Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / share / swig / 1.3.26 / allkw.swg
CommitLineData
920dae64
AT
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 "php4/php4kw.swg"
23%include "pike/pikekw.swg"
24%include "python/pythonkw.swg"
25%include "ocaml/ocamlkw.swg"
26%include "ruby/rubykw.swg"
27%include "tcl/tcl8kw.swg"
28
29
30#endif //__Lib_allkw_swg__