diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-05-21 19:56:38 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-05-21 19:56:38 +0000 |
commit | 7925835c4310c3d10b784fcb09926648dc49c600 (patch) | |
tree | cbeacd74ae43b38ba10213c471bdad1ef5494bed /embed.fnc | |
parent | cebd85e6fca2f450b0cc02ffa6ad2fdfdf763f59 (diff) | |
download | perl-7925835c4310c3d10b784fcb09926648dc49c600.tar.gz |
Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
disable the loading of .pmc files if defined.
Rename the function S_doopen_pmc to S_doopen_pm.
p4raw-id: //depot/perl@19586
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1090,7 +1090,7 @@ s |I32 |dopoptosub |I32 startingblock s |I32 |dopoptosub_at |PERL_CONTEXT* cxstk|I32 startingblock s |void |save_lines |AV *array|SV *sv s |OP* |doeval |int gimme|OP** startop|CV* outside|U32 seq -s |PerlIO *|doopen_pmc |const char *name|const char *mode +s |PerlIO *|doopen_pm |const char *name|const char *mode s |bool |path_is_absolute|char *name #endif |