Skip to content
Snippets Groups Projects
Commit 3866adfc authored by David Gourdelier's avatar David Gourdelier
Browse files

Parse error fix when compiling Pike with debug.

Rev: src/constants.c:1.53
parent 4de91362
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
|| 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,7 +18,7 @@
#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,7 +162,7 @@ PMOD_EXPORT struct callable *quick_add_efun(const char *name, ptrdiff_t name_len
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment