pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-13
1999-12-13 01:47:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ad9ef111bf62854ed85dcc4633415fc733ee419e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Moved -dT to -rT.
Rev: src/program.c:1.180
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
179
1999/12/13
00
:
56
:
14
grubba Exp $");
+
RCSID("$Id: program.c,v 1.
180
1999/12/13
01
:
47
:
54
grubba Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
2804:
lex.current_line=1; lex.current_file=make_shared_string("-");
-
if (
debug
_options &
DEBUG
_TYPES) {
+
if (
runtime
_options &
RUNTIME
_
STRICT_
TYPES) {
lex.pragmas = ID_STRICT_TYPES; } else { lex.pragmas = 0;