Add a view_as operator.

This commit is contained in:
David Anderson
2014-11-30 19:08:25 -08:00
parent cb4fdf1aa9
commit 68e0645813
6 changed files with 36 additions and 2 deletions
+1
View File
@@ -562,6 +562,7 @@ int pc_enablewarning(int number,int enable);
const char *pc_tagname(int tag);
int parse_decl(declinfo_t *decl, int flags);
const char *type_to_name(int tag);
bool parse_new_typename(const token_t *tok, int *tagp);
/*
* Functions called from the compiler (to be implemented by you)