tweak RefHash to make intent clearer (suggested by John Dlugosz)
[p5sagit/p5-mst-13.2.git] / embed.pl
index 452a4de..eb0d42c 100755 (executable)
--- 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