diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /math/gretl/files/patch-plugin__oprobit.c | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gretl/files/patch-plugin__oprobit.c')
-rw-r--r-- | math/gretl/files/patch-plugin__oprobit.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/math/gretl/files/patch-plugin__oprobit.c b/math/gretl/files/patch-plugin__oprobit.c deleted file mode 100644 index 8b8ff9683..000000000 --- a/math/gretl/files/patch-plugin__oprobit.c +++ /dev/null @@ -1,19 +0,0 @@ ---- plugin/oprobit.c.orig Fri Feb 16 06:47:19 2007 -+++ plugin/oprobit.c Sat Apr 14 03:58:23 2007 -@@ -665,6 +665,7 @@ - gretl_matrix *V = NULL; - double *theta = NULL; - int err; -+ op_container *OC; - - /* BFGS apparatus */ - int maxit = 1000; -@@ -679,7 +680,7 @@ - opt &= ~OPT_R; - } - -- op_container *OC = op_container_new(ci, Z, pmod, opt); -+ OC = op_container_new(ci, Z, pmod, opt); - if (OC == NULL) { - return E_ALLOC; - } |