diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-21 14:29:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-21 14:29:05 +0000 |
commit | 3c97688bbf2d7243b5b54efa9e34cea6fc2858e2 (patch) | |
tree | 358597bb7770f756e0c8da3a7e3083a2237bc69f /embed.fnc | |
parent | 5224dde447573bfca5d714dfe03aba1f26dbe6f5 (diff) | |
download | perl-3c97688bbf2d7243b5b54efa9e34cea6fc2858e2.tar.gz |
path_is_absolute() needs a prototype (and maybe
a better name, but that's another story).
p4raw-id: //depot/perl@14367
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1077,6 +1077,7 @@ s |I32 |dopoptosub_at |PERL_CONTEXT* cxstk|I32 startingblock s |void |save_lines |AV *array|SV *sv s |OP* |doeval |int gimme|OP** startop s |PerlIO *|doopen_pmc |const char *name|const char *mode +s |bool |path_is_absolute|char *name #endif #if defined(PERL_IN_PP_HOT_C) || defined(PERL_DECL_PROT) |