*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4291 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6229554cf3
commit
97a0cf523e
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
Version 1.3.18 (In progress)
|
||||
============================
|
||||
02/10/2003: beazley
|
||||
Fixed subtle preprocessor argument expansion bug. Reported by Marcelo Matus.
|
||||
|
||||
02/10/2003: songyanf
|
||||
Added -compact option.
|
||||
Reduce the lines and size of the wrapper file
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ DYNAMIC_LIB_PATH = $(RUNTIMEDIR):.
|
|||
|
||||
# Broken C++ test cases. (Can be run individually using make testcase.cpptest.)
|
||||
CPP_TEST_BROKEN += \
|
||||
preproc_4 \
|
||||
cast_operator \
|
||||
arrayref \
|
||||
abstract_typedef \
|
||||
|
|
@ -247,6 +246,7 @@ C_TEST_CASES += \
|
|||
preproc_1 \
|
||||
preproc_2 \
|
||||
preproc_3 \
|
||||
preproc_4 \
|
||||
ret_by_value \
|
||||
sizeof_pointer \
|
||||
sneaky1 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue