[win32] use a pidtable that grows dynamically for popen()
[p5sagit/p5-mst-13.2.git] / run.c
diff --git a/run.c b/run.c
index 6afab88..7922bfd 100644 (file)
--- a/run.c
+++ b/run.c
@@ -16,8 +16,6 @@
  * know.  Run now!  Hope is in speed!"  --Gandalf
  */
 
-dEXT char **watchaddr = 0;
-dEXT char *watchok;
 
 int
 runops_standard(void) {
@@ -30,6 +28,10 @@ runops_standard(void) {
 }
 
 #ifdef DEBUGGING
+
+dEXT char **watchaddr = 0;
+dEXT char *watchok;
+
 static void debprof _((OP*o));
 
 int
@@ -112,5 +114,5 @@ debprofdump(void)
     }
 }
 
-#endif
+#endif /* DEBUGGING */