mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
HP's compiler objects (quite rightly too) to 'static void foo();'
followed by 'extern void foo() { ... }'.
This commit is contained in:
parent
dfdff4e0f1
commit
fac4f9a698
1 changed files with 1 additions and 2 deletions
|
|
@ -48,7 +48,6 @@
|
|||
#include "executor/spi.h"
|
||||
#include "commands/trigger.h"
|
||||
#include "utils/elog.h"
|
||||
#include "utils/builtins.h"
|
||||
#include "fmgr.h"
|
||||
#include "access/heapam.h"
|
||||
|
||||
|
|
@ -354,7 +353,7 @@ extern void boot_DynaLoader _((CV* cv));
|
|||
extern void boot_Opcode _((CV* cv));
|
||||
extern void boot_SPI _((CV* cv));
|
||||
|
||||
extern void
|
||||
static void
|
||||
plperl_init_shared_libs(void)
|
||||
{
|
||||
char *file = __FILE__;
|
||||
|
|
|
|||
Loading…
Reference in a new issue