pike.git/
src/
program.h
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-06
2014-10-06 16:45:16 by Per Hedbor <ph@opera.com>
2011cc70d8970f48a4cf49597f253284a525cc56 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
Save 4 bytes on the struct identifier struct size
283:
{ struct pike_string *name; struct pike_type *type;
-
unsigned INT32 filename_strno; /* Index in strings. */
+
INT_TYPE linenumber;
-
+
unsigned INT32 filename_strno; /* Index in strings. */
unsigned INT8 identifier_flags; /* IDENTIFIER_??? */ unsigned INT8 run_time_type; /* PIKE_T_??? */ unsigned INT16 opt_flags; /* OPT_??? */