Perform proper spacing in director method declarations
If a director method returns a const pointer, eg. 'int *const', then in its method declaration a space has to be inserted between 'const' and the method name. This fixes swig#1810.
This commit is contained in:
parent
09a5b83aac
commit
c259702314
3 changed files with 17 additions and 3 deletions
|
|
@ -52,6 +52,7 @@ ifeq (node,$(JSENGINE))
|
|||
apply_signed_char.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"
|
||||
constant_pointers.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"
|
||||
enum_thorough.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"
|
||||
director_basic.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"
|
||||
|
||||
setup_node = \
|
||||
test -d $* || mkdir $* && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue