Commit 972ded9c by Richard Stallman

(enum built_in_function): Added END_BUILTINS to delimit

standard from language-specific builtins.

From-SVN: r5945
parent 22ba338b
......@@ -97,7 +97,10 @@ enum built_in_function
BUILT_IN_NEW,
BUILT_IN_VEC_NEW,
BUILT_IN_DELETE,
BUILT_IN_VEC_DELETE
BUILT_IN_VEC_DELETE,
/* Upper bound on non-language-specific builtins. */
END_BUILTINS
};
/* The definition of tree nodes fills the next several pages. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment