pike.git/
src/
lex.c
Branch:
Tag:
Non-build tags
All tags
No tags
1997-12-20
1997-12-20 19:36:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e30a824101dd14da0bdc760f693c7d4d2eb12982 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed warning.
Rev: src/lex.c:1.34
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: lex.c,v 1.
33
1997/12/
16
22
:
50
:
05
grubba Exp $");
+
RCSID("$Id: lex.c,v 1.
34
1997/12/
20
19
:
36
:
48
grubba Exp $");
#include "language.h" #include "array.h" #include "lex.h"
1860:
READBUF(isidchar(C)); push_text(buf);
-
if (sv = low_mapping_string_lookup(get_builtin_constants(),
-
sp[-1].u.string)) {
+
if (
(
sv = low_mapping_string_lookup(get_builtin_constants(),
+
sp[-1].u.string))
)
{
pop_stack(); push_svalue(sv); res = 1;