summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2009-07-02 18:28:50 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2009-07-02 18:28:50 +0000
commit481fead9fc1ad89d679f6ffc4d4ffce9f1729f29 (patch)
treed74f015618f50d291e3d8a4c0ef35ffd85dcbecb
parent3dbca3bd05c779ec9d46f2141142d6be07468af8 (diff)
downloadswig-481fead9fc1ad89d679f6ffc4d4ffce9f1729f29.tar.gz
Fix -Wallkw commandline option
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11345 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--CHANGES.current3
-rw-r--r--Lib/allkw.swg2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.current b/CHANGES.current
index de8203538..8661489a0 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -2,6 +2,9 @@ Version 1.3.40 (in progress)
============================
2009-07-02: wsfulton
+ Fix -Wallkw option as reported by Solomon Gibbs.
+
+2009-07-02: wsfulton
Fix syntax error when a nested struct contains a comment containing a * followed eventually by a /.
Regression from 1.3.37, reported by Solomon Gibbs.
diff --git a/Lib/allkw.swg b/Lib/allkw.swg
index 2a2fe18d8..fb76ff287 100644
--- a/Lib/allkw.swg
+++ b/Lib/allkw.swg
@@ -19,7 +19,7 @@
%include <chicken/chickenkw.swg>
%include <csharp/csharpkw.swg>
%include <java/javakw.swg>
-%include <php/php.swg>
+%include <php/phpkw.swg>
%include <pike/pikekw.swg>
%include <python/pythonkw.swg>
%include <ocaml/ocamlkw.swg>