win32 tweaks
[p5sagit/p5-mst-13.2.git] / embed.pl
index ac7f94e..a7fb0ed 100755 (executable)
--- a/embed.pl
+++ b/embed.pl
@@ -2,12 +2,23 @@
 
 require 5.003;
 
+# XXX others that may need adding
+#       warnhook
+#       hints
+#       copline
 my @extvars = qw(sv_undef sv_yes sv_no na dowarn
                  curcop compiling 
                  tainting tainted stack_base stack_sp sv_arenaroot
                  curstash DBsub DBsingle debstash
                  rsfp 
                  stdingv
+                defgv
+                errgv
+                rsfp_filters
+                perldb
+                diehook
+                dirty
+                perl_destruct_level
                 );
 
 sub readsyms (\%$) {