Added type compare function
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@513 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7c984700de
commit
398e53b89e
2 changed files with 33 additions and 2 deletions
|
|
@ -145,6 +145,7 @@ extern void SwigType_merge_scope(DOHHash *scope, DOHString_or_char *prefi
|
|||
extern DOHHash *SwigType_pop_scope();
|
||||
extern DOHString *SwigType_typedef_resolve(DOHString_or_char *t);
|
||||
extern int SwigType_istypedef(DOHString_or_char *t);
|
||||
extern int SwigType_cmp(DOHString_or_char *pat, DOHString_or_char *t);
|
||||
|
||||
/* --- Parse tree support --- */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue