Skip to content
Snippets Groups Projects
Commit aebd8fa5 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: bin/test_pike.pike:1.39
parent 1abbbc00
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike #!/usr/local/bin/pike
/* $Id: test_pike.pike,v 1.38 2000/03/20 20:57:34 hubbe Exp $ */ /* $Id: test_pike.pike,v 1.39 2000/03/25 22:45:59 hubbe Exp $ */
import Stdio; import Stdio;
...@@ -75,9 +75,6 @@ array find_testsuites(string dir) ...@@ -75,9 +75,6 @@ array find_testsuites(string dir)
#if constant(thread_create) #if constant(thread_create)
#define WATCHDOG #define WATCHDOG
object watchdog;
#define WATCHDOG_PIPE #define WATCHDOG_PIPE
object watchdog_pipe; object watchdog_pipe;
#else #else
...@@ -89,6 +86,7 @@ object watchdog_pipe; ...@@ -89,6 +86,7 @@ object watchdog_pipe;
#ifdef WATCHDOG #ifdef WATCHDOG
object watchdog;
int use_watchdog=1; int use_watchdog=1;
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment