Commit fac4f9a6 authored by Tom Lane's avatar Tom Lane

HP's compiler objects (quite rightly too) to 'static void foo();'

followed by 'extern void foo() { ... }'.
parent dfdff4e0
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
#include "executor/spi.h" #include "executor/spi.h"
#include "commands/trigger.h" #include "commands/trigger.h"
#include "utils/elog.h" #include "utils/elog.h"
#include "utils/builtins.h"
#include "fmgr.h" #include "fmgr.h"
#include "access/heapam.h" #include "access/heapam.h"
...@@ -354,7 +353,7 @@ extern void boot_DynaLoader _((CV* cv)); ...@@ -354,7 +353,7 @@ extern void boot_DynaLoader _((CV* cv));
extern void boot_Opcode _((CV* cv)); extern void boot_Opcode _((CV* cv));
extern void boot_SPI _((CV* cv)); extern void boot_SPI _((CV* cv));
extern void static void
plperl_init_shared_libs(void) plperl_init_shared_libs(void)
{ {
char *file = __FILE__; char *file = __FILE__;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment