Branch: Tag:

2004-12-30

2004-12-30 13:44:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Now includes pike_embed.h instead of main.h.

Rev: src/docode.c:1.183
Rev: src/fsort.c:1.24
Rev: src/interpret.c:1.361
Rev: src/language.yacc:1.353
Rev: src/opcodes.c:1.166
Rev: src/peep.c:1.105
Rev: src/pike_threadlib.h:1.58

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: docode.c,v 1.182 2004/12/18 18:21:57 grubba Exp $ + || $Id: docode.c,v 1.183 2004/12/30 13:41:08 grubba Exp $   */      #include "global.h"
17:   #include "pike_error.h"   #include "pike_memory.h"   #include "svalue.h" - #include "main.h" + #include "pike_embed.h"   #include "builtin_functions.h"   #include "peep.h"   #include "docode.h"