Skip to content
Snippets Groups Projects
Commit c7719a84 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Save 16 bytes.

Rev: src/cyclic.c:1.12
parent da353754
No related branches found
No related tags found
No related merge requests found
...@@ -2,17 +2,17 @@ ...@@ -2,17 +2,17 @@
|| This file is part of Pike. For copyright information see COPYRIGHT. || This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information. || 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 "global.h"
#include "cyclic.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 #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) static void low_unlink_cyclic(CYCLIC *c)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment