(enum built_in_function): Added END_BUILTINS to delimit

standard from language-specific builtins.

From-SVN: r5945
This commit is contained in:
Richard Stallman 1993-10-30 15:42:52 +00:00
parent 22ba338b8f
commit 972ded9cef
1 changed files with 4 additions and 1 deletions

View File

@ -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. */