eolian: also ban underscore prefixed builtins in stable API

This commit is contained in:
Daniel Kolesa 2019-07-26 13:38:01 +02:00
parent 635a2df7e7
commit 0259f98472
1 changed files with 2 additions and 0 deletions

View File

@ -292,6 +292,8 @@ _validate_type(Validate_State *vals, Eolian_Type *tp)
switch (id)
{
case KW_void_ptr:
case KW___undefined_type:
case KW___builtin_free_cb:
if (vals->stable)
{
_eo_parser_log(&tp->base,