summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-11 23:13:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-11 23:13:54 +0000
commit43165c0500446fb6e4a036657f82b50e22c886e0 (patch)
treebdc4939f4aa7e19724f7f5de06a0d626bf476a33 /embed.pl
parentf3aa04c29a85dd63d563ae8e27316ff34501ccd5 (diff)
downloadperl-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-xembed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.pl b/embed.pl
index 452a4dec54..eb0d42c5a7 100755
--- a/embed.pl
+++ b/embed.pl
@@ -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