Branch: Tag:

2004-05-18

2004-05-18 10:01:48 by David Gourdelier <vida@caudium.net>

Parse error fix when compiling Pike with debug.

Rev: src/constants.c:1.53

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: constants.c,v 1.52 2004/04/22 20:49:33 nilsson Exp $ + || $Id: constants.c,v 1.53 2004/05/18 10:01:48 vida Exp $   */      #include "global.h"
18:   #include "pike_security.h"   #include "block_alloc.h"    - RCSID("$Id: constants.c,v 1.52 2004/04/22 20:49:33 nilsson Exp $"); + RCSID("$Id: constants.c,v 1.53 2004/05/18 10:01:48 vida Exp $");      struct mapping *builtin_constants = 0;   
162:    struct pike_type *t;    struct callable *ret;    - #if PIKE_DEBUG + #ifdef PIKE_DEBUG    if(simple_mapping_string_lookup(builtin_constants, name))    Pike_fatal("%s added as efun more than once.\n", name);   #endif