PageRenderTime 43ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Lib/allkw.swg

#
Unknown | 32 lines | 23 code | 9 blank | 0 comment | 0 complexity | 00e7c86a191e702e582714425f5fd9cd MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #ifndef __Lib_allkw_swg__
  2. #define __Lib_allkw_swg__
  3. /*
  4. Include all the known keyword warnings. Very useful for adding test
  5. files to the test-suite, or check if your own library is ok for all
  6. the swig supported languages.
  7. Use as
  8. swig -Wallkw ...
  9. If you add a new language, remember to create a separete languagekw.swg
  10. file, and add it here.
  11. */
  12. %include <chicken/chickenkw.swg>
  13. %include <csharp/csharpkw.swg>
  14. %include <d/dkw.swg>
  15. %include <java/javakw.swg>
  16. %include <php/phpkw.swg>
  17. %include <pike/pikekw.swg>
  18. %include <python/pythonkw.swg>
  19. %include <ocaml/ocamlkw.swg>
  20. %include <ruby/rubykw.swg>
  21. %include <tcl/tclkw.swg>
  22. %include <perl5/perlkw.swg>
  23. #endif //__Lib_allkw_swg__