*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4397 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-02-25 22:40:02 +00:00
commit 6779ece600
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
Version 1.3.18 (In progress)
============================
02/25/2003: beazley
Fixed problem with parsing (and generating code) for
references to arrays. For example:
int foo(int (&x)[10]);
02/25/2003: beazley
Fixed [ 635347 ] Compilation warning from libpy.c.
Reported by Daniel L. Rall.

View file

@ -43,7 +43,6 @@ DYNAMIC_LIB_PATH = $(RUNTIMEDIR):.
# Broken C++ test cases. (Can be run individually using make testcase.cpptest.)
CPP_TEST_BROKEN += \
cast_operator \
arrayref \
namespace_nested \
template_default_arg \
template_extend_overload \
@ -68,6 +67,7 @@ CPP_TEST_CASES += \
add_link \
anonymous_arg \
argout \
arrayref \
arrays_global \
arrays_global_twodim \
arrays_scope \