pike.git
/
src
/
lex.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/lex.c:94:
} struct keyword reserved_words[] = { { "array", F_ARRAY_ID, }, { "break", F_BREAK, }, { "case", F_CASE, }, { "catch", F_CATCH, }, { "class", F_CLASS, }, { "continue", F_CONTINUE, },
+
{ "constant", F_CONSTANT, },
{ "default", F_DEFAULT, }, { "do", F_DO, }, { "predef", F_PREDEF, }, { "else", F_ELSE, }, { "float", F_FLOAT_ID, }, { "for", F_FOR, }, { "foreach", F_FOREACH, }, { "function", F_FUNCTION_ID, }, { "gauge", F_GAUGE, }, { "if", F_IF, },