pike.git/
bin/
test_pike.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-02
2002-12-02 02:09:26 by Martin Nilsson <mani@lysator.liu.se>
902c0456ce5d0ebbda58119ef3803f1fe7ee5d4f (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
No need to prepopulate the constant table with spider constants.
Rev: bin/test_pike.pike:1.77
1:
#!/usr/local/bin/pike
-
/* $Id: test_pike.pike,v 1.
76
2002/
11
/
26
18
:
48
:
35
nilsson Exp $ */
+
/* $Id: test_pike.pike,v 1.
77
2002/
12
/
02
02
:
09
:
26
nilsson Exp $ */
import Stdio;
385:
Inside #if 1
#if 1 // Store the name of all constants so that we can see // if any constant has been leaked from the testsuite.
-
spider;
+
array const_names = indices(all_constants()); #endif