diff options
| author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-09-13 09:21:21 +0000 |
|---|---|---|
| committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-09-13 09:21:21 +0000 |
| commit | c1fae7115ff19dca3b215b50b303b1bb41d5d8de (patch) | |
| tree | 2f5b35eb79d34b32840f178d77bfe911b35ceb30 /databases/p5-DBD-InterBase/files/patch-InterBase.xs | |
| parent | Update to 0.79. (diff) | |
Update to 0.44
Changes: http://search.cpan.org/src/EDPRATOMO/DBD-InterBase-0.44/Changes
Notes
Notes:
svn path=/head/; revision=142575
Diffstat (limited to 'databases/p5-DBD-InterBase/files/patch-InterBase.xs')
| -rw-r--r-- | databases/p5-DBD-InterBase/files/patch-InterBase.xs | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/p5-DBD-InterBase/files/patch-InterBase.xs b/databases/p5-DBD-InterBase/files/patch-InterBase.xs deleted file mode 100644 index 569c99600bcb..000000000000 --- a/databases/p5-DBD-InterBase/files/patch-InterBase.xs +++ /dev/null @@ -1,28 +0,0 @@ ---- InterBase.xs.orig Fri Mar 26 17:19:34 2004 -+++ InterBase.xs Fri Mar 26 17:21:26 2004 -@@ -22,11 +22,13 @@ - PERL_SET_CONTEXT(ev->dbh->context); - { - #else -+#if defined(PERL_GET_CONTEXT) - void *context = PERL_GET_CONTEXT; - PerlInterpreter *cb_perl = perl_alloc(); - PERL_SET_CONTEXT(cb_perl); - { - #endif -+#endif - dSP; - char ISC_FAR *result = ev->result_buffer; - -@@ -52,9 +54,11 @@ - /* restore old context*/ - PERL_SET_CONTEXT(context); - #else -+#if defined(PERL_GET_CONTEXT) - } - PERL_SET_CONTEXT(context); - perl_free(cb_perl); -+#endif - #endif - - return (0); |
