pike.git/
src/
main.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-02-20
1999-02-20 17:44:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4b974c0b56a2165b0b3226575551e2506a15455f (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
lex.h now contains prototypes using YYSTYPE.
Rev: src/language.yacc:1.110
Rev: src/main.c:1.63
3:
||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/
+
/**/
#include "global.h"
-
RCSID("$Id: main.c,v 1.
62
1999/
01
/
31
09
:
01
:
55
hubbe
Exp $");
+
RCSID("$Id: main.c,v 1.
63
1999/
02
/
20
17
:
44
:
04
grubba
Exp $");
#include "fdlib.h" #include "backend.h" #include "module.h" #include "object.h"
-
+
#include "language.h"
#include "lex.h" #include "pike_types.h" #include "builtin_functions.h"