Branch: Tag:

2008-05-04

2008-05-04 14:04:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>

More warnings for __deprecated__ symbols.
Added CompilerEnvironment()->PikeCompiler()->apply_type_attribute().
Added some FIXMEs.

Rev: src/pike_compiler.h:1.12
Rev: src/pike_types.c:1.325
Rev: src/program.c:1.687

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.11 2008/05/03 20:06:06 grubba Exp $ + || $Id: pike_compiler.h,v 1.12 2008/05/04 14:04:10 grubba Exp $   */      #ifndef PIKE_COMPILER_H
82:   #define PC_HANDLE_INHERIT_FUN_NUM 7   #define PC_POP_TYPE_ATTRIBUTE_FUN_NUM 8   #define PC_PUSH_TYPE_ATTRIBUTE_FUN_NUM 9 + #define PC_APPLY_TYPE_ATTRIBUTE_FUN_NUM 10      #endif /* !PIKE_COMPILER_H */