diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-11 23:13:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-11 23:13:54 +0000 |
commit | 43165c0500446fb6e4a036657f82b50e22c886e0 (patch) | |
tree | bdc4939f4aa7e19724f7f5de06a0d626bf476a33 /embed.pl | |
parent | f3aa04c29a85dd63d563ae8e27316ff34501ccd5 (diff) | |
download | perl-43165c0500446fb6e4a036657f82b50e22c886e0.tar.gz |
various little tweaks; most globals are now in intrpvar.h, ninterps
is temporarily gone
p4raw-id: //depot/perl@3535
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1402,7 +1402,7 @@ p |int |runops_standard p |int |runops_debug #if defined(WIN32) -p |int& |ErrorNo +p |int* |ErrorNo #endif p |void |sv_catpvf_mg |SV *sv|const char* pat|... p |void |sv_catpv_mg |SV *sv|const char *ptr |