diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2011-03-17 07:33:05 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2011-03-17 07:33:05 +0000 |
commit | f5feb6cc242457dba332373e100427283c02eb67 (patch) | |
tree | 11b1acfb6c79db243618ece1bd0c566f728d9d2a /Examples/test-suite/preproc_include_g.h | |
parent | 7709e0303a68317d903c4d50b94e5cfb597ce654 (diff) | |
download | swig-f5feb6cc242457dba332373e100427283c02eb67.tar.gz |
Fix regression introduced in swig-2.0.2 where filenames with spaces were not found when used with %include and %import
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12546 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/preproc_include_g.h')
-rw-r--r-- | Examples/test-suite/preproc_include_g.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/test-suite/preproc_include_g.h b/Examples/test-suite/preproc_include_g.h new file mode 100644 index 000000000..db4f9147e --- /dev/null +++ b/Examples/test-suite/preproc_include_g.h @@ -0,0 +1,3 @@ + +int multiply70(int a); + |