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: interpret.c,v 1.360 2004/12/22 18:46:15 grubba Exp $ + || $Id: interpret.c,v 1.361 2004/12/30 13:44:20 grubba Exp $   */      #include "global.h"
20:   #include "backend.h"   #include "operators.h"   #include "opcodes.h" - #include "main.h" + #include "pike_embed.h"   #include "lex.h"   #include "builtin_functions.h"   #include "signal_handler.h"