summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-26 19:36:06 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-26 19:36:06 +0000
commitb7783a124ffeaab87679eba041dd9997f4d5372a (patch)
treeaf245ee575199fdd19d5d912348560ee4e2f5f53 /embed.fnc
parente3cf49e2e2df78528afdd14c4a3219cf5059e6eb (diff)
downloadperl-b7783a124ffeaab87679eba041dd9997f4d5372a.tar.gz
force_list(), fold_constants() and gen_constant_list() can be static.
p4raw-id: //depot/perl@34924
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc8
1 files changed, 5 insertions, 3 deletions
diff --git a/embed.fnc b/embed.fnc
index 37b77564d9..6ebd2a2944 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -273,12 +273,14 @@ ApdR |char* |fbm_instr |NN unsigned char* big|NN unsigned char* bigend \
|NN SV* littlestr|U32 flags
p |char* |find_script |NN const char *scriptname|bool dosearch \
|NULLOK const char *const *const search_ext|I32 flags
-p |OP* |force_list |NULLOK OP* arg
-p |OP* |fold_constants |NN OP *o
+#if defined(PERL_IN_OP_C)
+s |OP* |force_list |NULLOK OP* arg
+s |OP* |fold_constants |NN OP *o
+#endif
Afpd |char* |form |NN const char* pat|...
Ap |char* |vform |NN const char* pat|NULLOK va_list* args
Ap |void |free_tmps
-p |OP* |gen_constant_list|NULLOK OP* o
+s |OP* |gen_constant_list|NULLOK OP* o
#if !defined(HAS_GETENV_LEN)
p |char* |getenv_len |NN const char *env_elem|NN unsigned long *len
#endif