pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-09
1998-04-09 02:48:40 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
22ca07a2bcefd74bf244034065bd52cca20e47cf (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
warning removed
Rev: src/pike_types.c:1.37
Rev: src/threads.c:1.67
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
36
1998/
03
/
26
00
:
51
:
37
hubbe Exp $");
+
RCSID("$Id: pike_types.c,v 1.
37
1998/
04
/
09
02
:
47
:
47
hubbe Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
63:
static struct pike_string *a_markers[10],*b_markers[10];
-
static void clear_markers()
+
static void clear_markers(
void
)
{ unsigned int e; for(e=0;e<NELEM(a_markers);e++)