pike.git/
src/
cyclic.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-11-09
2003-11-09 21:35:05 by Martin Nilsson <mani@lysator.liu.se>
c7719a84d86728ea31d00dfdaf3391ccc1cee460 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Save 16 bytes.
Rev: src/cyclic.c:1.12
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: cyclic.c,v 1.
11
2003/
06
/
30
17
:
06
:
08
mast
Exp $
+
|| $Id: cyclic.c,v 1.
12
2003/
11
/
09
21
:
35
:
05
nilsson
Exp $
*/ #include "global.h" #include "cyclic.h"
-
RCSID("$Id: cyclic.c,v 1.
11
2003/
06
/
30
17
:
06
:
08
mast
Exp $");
+
RCSID("$Id: cyclic.c,v 1.
12
2003/
11
/
09
21
:
35
:
05
nilsson
Exp $");
#define CYCLIC_HASH_SIZE 4711
-
CYCLIC *cyclic_hash[CYCLIC_HASH_SIZE];
+
static
CYCLIC *cyclic_hash[CYCLIC_HASH_SIZE];
static void low_unlink_cyclic(CYCLIC *c) {