-Wallkw now includes keywords for all languages with keyword
warnings (previously Go and R were missing).
This commit is contained in:
parent
7df6c832c3
commit
5b957278a8
2 changed files with 8 additions and 2 deletions
|
|
@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release.
|
|||
Version 3.0.0 (in progress)
|
||||
============================
|
||||
|
||||
2014-02-19: olly
|
||||
-Wallkw now includes keywords for all languages with keyword
|
||||
warnings (previously Go and R were missing).
|
||||
|
||||
2014-02-19: olly
|
||||
[PHP] Update the lists of PHP keywords with new ones from PHP 5.4
|
||||
and newer (and some missing ones from 5.3). Reserved PHP constants
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue