From b7d96fdf2301742ac9ca0a74914b281ac8113ed4 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 21 Oct 2004 10:37:12 +0000 Subject: [PATCH] CHANGES.current git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6467 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index fb66769b0..848b2fc93 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -27,10 +27,10 @@ Version 1.3.23 (in progress) - Add the -oh option to change the output header file if needed. - swig -c++ -python test.i -o test.CC -oh test.H + swig -c++ -python test.i -o test.CC -oh test.HH - this is mainly to use with directors, if the current - default header file name is not good for you. + this is mainly needed when using directors, and if the + current default header file name is not good for you. 10/20/2004: wsfulton 1) Compact default arguments feature added. This feature allows one