Branch: Tag:

2008-05-18

2008-05-18 15:36:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added CompilerEnvironment()->PikeCompiler()->apply_attribute_constant().

Rev: src/pike_compiler.h:1.13
Rev: src/program.c:1.699

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_compiler.h,v 1.12 2008/05/04 14:04:10 grubba Exp $ + || $Id: pike_compiler.h,v 1.13 2008/05/18 15:36:23 grubba Exp $   */      #ifndef PIKE_COMPILER_H
83:   #define PC_POP_TYPE_ATTRIBUTE_FUN_NUM 8   #define PC_PUSH_TYPE_ATTRIBUTE_FUN_NUM 9   #define PC_APPLY_TYPE_ATTRIBUTE_FUN_NUM 10 + #define PC_APPLY_ATTRIBUTE_CONSTANT_FUN_NUM 11      #endif /* !PIKE_COMPILER_H */