git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7692 626c5289-ae23-0410-ae9c-e8d60b6d4f22
52 lines
2.1 KiB
Text
52 lines
2.1 KiB
Text
/* -----------------------------------------------------------------------------
|
|
* ruby.swg
|
|
*
|
|
* Ruby configuration module.
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* Inner macros
|
|
* ----------------------------------------------------------------------------- */
|
|
%include <rubymacros.swg>
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* Error manipulation
|
|
* ----------------------------------------------------------------------------- */
|
|
%include <rubyerrors.swg>
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* The runtime part
|
|
* ----------------------------------------------------------------------------- */
|
|
%include <rubyruntime.swg>
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* Special user directives
|
|
* ----------------------------------------------------------------------------- */
|
|
%include <rubyuserdir.swg>
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* Look for user fragments file. If not found, include empty system one.
|
|
* ----------------------------------------------------------------------------- */
|
|
%include "rubyfragments.swg"
|
|
|
|
/* -----------------------------------------------------------------------------
|
|
* Typemap specializations
|
|
* ----------------------------------------------------------------------------- */
|
|
%include <rubytypemaps.swg>
|
|
|
|
/* ------------------------------------------------------------
|
|
* Overloaded operator support
|
|
* ------------------------------------------------------------ */
|
|
%include <rubyopers.swg>
|
|
|
|
/* ------------------------------------------------------------
|
|
* Warnings for Python keywords
|
|
* ------------------------------------------------------------ */
|
|
%include <rubykw.swg>
|
|
|
|
/* ------------------------------------------------------------
|
|
* The Python initialization function
|
|
* ------------------------------------------------------------ */
|
|
%include <rubyinit.swg>
|
|
|
|
|