From f6cd7912e324cdf2633a3e4e0c626a26f627be96 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 8 Sep 2010 02:45:23 +0000 Subject: [PATCH] Revert change inadvertently included in previous commit. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12210 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/preproc_line_file.i | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/test-suite/preproc_line_file.i b/Examples/test-suite/preproc_line_file.i index e8ca47cbc..5b75d0a20 100644 --- a/Examples/test-suite/preproc_line_file.i +++ b/Examples/test-suite/preproc_line_file.i @@ -29,11 +29,11 @@ const int NUMBER_UNIQUE(thing) = -2; /* resolves to thing28 */ #define MYLINE2 __LINE__ -#ifdef SWIGJAVA %javaconst(1); -#endif %{ -struct SillyStruct { int num; /* static const int line_num = __LINE__; */ +struct SillyStruct { + int num; + /* static const int line_num = __LINE__; */ }; %} struct SillyStruct {