Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: swig/Lib/allkw.swg

Issue 553095: Checkin swig binaries for win, linux and Mac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: '' Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | swig/Lib/attribute.i » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #ifndef __Lib_allkw_swg__
2 #define __Lib_allkw_swg__
3
4
5 /*
6 Include all the known keyword warnings. Very useful for adding test
7 files to the test-suite, or check if your own library is ok for all
8 the swig supported languages.
9
10 Use as
11
12 swig -Wallkw ...
13
14 If you add a new language, remember to create a separete languagekw.swg
15 file, and add it here.
16
17 */
18
19 %include <chicken/chickenkw.swg>
20 %include <csharp/csharpkw.swg>
21 %include <java/javakw.swg>
22 %include <php/phpkw.swg>
23 %include <pike/pikekw.swg>
24 %include <python/pythonkw.swg>
25 %include <ocaml/ocamlkw.swg>
26 %include <ruby/rubykw.swg>
27 %include <tcl/tclkw.swg>
28 %include <perl5/perlkw.swg>
29
30
31 #endif //__Lib_allkw_swg__
OLDNEW
« no previous file with comments | « no previous file | swig/Lib/attribute.i » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698