|
33 | 33 | * ENHANCEMENTS, OR MODIFICATIONS.
|
34 | 34 | *
|
35 | 35 | * IDENTIFICATION
|
36 |
| - * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.97 2005/12/28 18:34:16 tgl Exp $ |
| 36 | + * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.98 2005/12/29 14:28:31 adunstan Exp $ |
37 | 37 | *
|
38 | 38 | **********************************************************************/
|
39 | 39 |
|
|
56 | 56 | #include"miscadmin.h"
|
57 | 57 | #include"mb/pg_wchar.h"
|
58 | 58 |
|
| 59 | +/* define this before the perl headers get a chance to mangle DLLIMPORT */ |
| 60 | +externDLLIMPORTboolcheck_function_bodies; |
| 61 | + |
59 | 62 | /* perl stuff */
|
60 | 63 | #include"EXTERN.h"
|
61 | 64 | #include"perl.h"
|
|
69 | 72 | #definepTHX void
|
70 | 73 | #endif
|
71 | 74 |
|
72 |
| -externDLLIMPORTboolcheck_function_bodies; |
73 |
| - |
74 | 75 |
|
75 | 76 | /**********************************************************************
|
76 | 77 | * The information we cache about loaded procedures
|
|