Branch: Tag:

2003-11-09

2003-11-09 21:35:05 by Martin Nilsson <mani@lysator.liu.se>

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)   {