summaryrefslogtreecommitdiff
path: root/Lib/allkw.swg
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2014-02-19 22:07:26 +1300
committerOlly Betts <olly@survex.com>2014-02-19 22:07:26 +1300
commit5b957278a8500e9dfadbb9d1ebc7bf33f5b7c5f5 (patch)
tree49125788855c8d9af573d8eef50c1b7f149a2b16 /Lib/allkw.swg
parent7df6c832c3370ce51c16b8c37e06ee80a961da0d (diff)
downloadswig-5b957278a8500e9dfadbb9d1ebc7bf33f5b7c5f5.tar.gz
-Wallkw now includes keywords for all languages with keyword
warnings (previously Go and R were missing).
Diffstat (limited to 'Lib/allkw.swg')
-rw-r--r--Lib/allkw.swg6
1 files changed, 4 insertions, 2 deletions
diff --git a/Lib/allkw.swg b/Lib/allkw.swg
index b85b64579..99c2969e4 100644
--- a/Lib/allkw.swg
+++ b/Lib/allkw.swg
@@ -19,14 +19,16 @@
%include <chicken/chickenkw.swg>
%include <csharp/csharpkw.swg>
%include <d/dkw.swg>
+%include <go/gokw.swg>
%include <java/javakw.swg>
+%include <ocaml/ocamlkw.swg>
+%include <perl5/perlkw.swg>
%include <php/phpkw.swg>
%include <pike/pikekw.swg>
%include <python/pythonkw.swg>
-%include <ocaml/ocamlkw.swg>
+%include <r/rkw.swg>
%include <ruby/rubykw.swg>
%include <tcl/tclkw.swg>
-%include <perl5/perlkw.swg>
#endif //__Lib_allkw_swg__