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
|
|
@ -77,6 +77,7 @@ eswig_SOURCES = CParse/cscanner.c \
|
|||
Swig/cwrap.c \
|
||||
Swig/deprecate.c \
|
||||
Swig/error.c \
|
||||
Swig/extend.c \
|
||||
Swig/fragment.c \
|
||||
Swig/getopt.c \
|
||||
Swig/include.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue