Skip to content

Commit fac4f9a

Browse files
committed
HP's compiler objects (quite rightly too) to 'static void foo();'
followed by 'extern void foo() { ... }'.
1 parent dfdff4e commit fac4f9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pl/plperl/plperl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
#include "executor/spi.h"
4949
#include "commands/trigger.h"
5050
#include "utils/elog.h"
51-
#include "utils/builtins.h"
5251
#include "fmgr.h"
5352
#include "access/heapam.h"
5453

@@ -354,7 +353,7 @@ extern void boot_DynaLoader _((CV* cv));
354353
extern void boot_Opcode _((CV* cv));
355354
extern void boot_SPI _((CV* cv));
356355

357-
extern void
356+
static void
358357
plperl_init_shared_libs(void)
359358
{
360359
char *file = __FILE__;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy