提交 fac4f9a6 编写于 作者: T Tom Lane

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

followed by 'extern void foo() { ... }'.
上级 dfdff4e0
......@@ -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__;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册