pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-10-28
1998-10-28 03:17:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c7e1323b01b757f91c2a2f4a7dc30df6dee1f96a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed C++ style comment.
Rev: src/pike_types.c:1.47
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
46
1998/
09
/28
22
:
30
:
15
grubba Exp $");
+
RCSID("$Id: pike_types.c,v 1.
47
1998/
10
/28
03
:
17
:
23
grubba Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
1429:
return !!low_match_types(type,index_type,0); case T_PROGRAM:
-
/
/
FIXME: Should check that the index is a string.
+
/
*
FIXME: Should check that the index is a string.
*/
return 1; case T_MIXED: