Branch: Tag:

2007-04-27

2007-04-27 13:53:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added PT_FLAG_MARK_ASSIGN.

Rev: src/pike_types.h:1.108

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.107 2007/04/25 22:10:05 mast Exp $ + || $Id: pike_types.h,v 1.108 2007/04/27 13:53:45 grubba Exp $   */      #ifndef PIKE_TYPES_H
68:   #define PT_FLAG_ASSIGN_9 0x200000 /* The subtree assigns '9'. */   #define PT_FLAG_ASSIGN 0x3ff000 /* The subtree holds assigns. */    + #define PT_FLAG_MARK_ASSIGN 0x3ff3ff /* Assigns AND Markers. */ +    /*    * new_check_call() flags    */