diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-11-26 19:36:06 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-11-26 19:36:06 +0000 |
commit | b7783a124ffeaab87679eba041dd9997f4d5372a (patch) | |
tree | af245ee575199fdd19d5d912348560ee4e2f5f53 /embed.fnc | |
parent | e3cf49e2e2df78528afdd14c4a3219cf5059e6eb (diff) | |
download | perl-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.fnc | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |