Create separate extetnd.c file for handling extensions / %extend
This is just a simple code refactor, moving and function renaming to remove the %extend code out of the parser into its own file now that it isn't just used in the parser.
This commit is contained in:
parent
9e4bce051d
commit
71e72c45ed
8 changed files with 205 additions and 158 deletions
|
|
@ -59,7 +59,7 @@ extern "C" {
|
|||
extern void cparse_normalize_void(Node *);
|
||||
extern Parm *Swig_cparse_parm(String *s);
|
||||
extern ParmList *Swig_cparse_parms(String *s, Node *file_line_node);
|
||||
|
||||
extern Node *new_node(const_String_or_char_ptr tag);
|
||||
|
||||
/* templ.c */
|
||||
extern int Swig_cparse_template_expand(Node *n, String *rname, ParmList *tparms, Symtab *tscope);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue