Branch: Tag:

2005-04-08

2005-04-08 17:00:09 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added semicolon.

Rev: src/backend.cmod:1.173
Rev: src/callback.h:1.19
Rev: src/constants.h:1.34
Rev: src/gc.h:1.118
Rev: src/interpret.h:1.159
Rev: src/mapping.h:1.60
Rev: src/multiset.h:1.40
Rev: src/object.h:1.91
Rev: src/pike_memory.c:1.160
Rev: src/pike_types.h:1.94
Rev: src/stralloc.h:1.92

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: pike_types.h,v 1.93 2004/01/22 23:17:27 nilsson Exp $ + || $Id: pike_types.h,v 1.94 2005/04/08 16:57:11 grubba Exp $   */      #ifndef PIKE_TYPES_H
39:   #define CDR_TO_INT(TYPE) ((char *) (TYPE)->cdr - (char *) 0)      #include "block_alloc_h.h" - BLOCK_ALLOC(pike_type, n/a) + BLOCK_ALLOC(pike_type, n/a);      /* pike_type flags: */   #define PT_FLAG_MARKER 1 /* Type contains markers. */