summaryrefslogtreecommitdiff
path: root/Lib/ruby/ruby.swg
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2005-10-20 09:47:56 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2005-10-20 09:47:56 +0000
commitba3efb09176587cdff2db4b06821a2bbae65d423 (patch)
tree3bd4867dca5c55664ec52cd23caf2209a898d410 /Lib/ruby/ruby.swg
parent733322c5391af70e6c7bbfd4160b3ed26e539088 (diff)
downloadswig-ba3efb09176587cdff2db4b06821a2bbae65d423.tar.gz
finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7692 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/ruby/ruby.swg')
-rw-r--r--Lib/ruby/ruby.swg17
1 files changed, 8 insertions, 9 deletions
diff --git a/Lib/ruby/ruby.swg b/Lib/ruby/ruby.swg
index 911962a24..581c1d01d 100644
--- a/Lib/ruby/ruby.swg
+++ b/Lib/ruby/ruby.swg
@@ -5,25 +5,24 @@
* ----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
- * The runtime part
+ * Inner macros
* ----------------------------------------------------------------------------- */
-%include <rubyruntime.swg>
+%include <rubymacros.swg>
/* -----------------------------------------------------------------------------
- * Special user directives
+ * Error manipulation
* ----------------------------------------------------------------------------- */
-%include <rubyuserdir.swg>
+%include <rubyerrors.swg>
/* -----------------------------------------------------------------------------
- * Inner macros
+ * The runtime part
* ----------------------------------------------------------------------------- */
-%include <rubymacros.swg>
+%include <rubyruntime.swg>
/* -----------------------------------------------------------------------------
- * Error manipulation
+ * Special user directives
* ----------------------------------------------------------------------------- */
-
-%include <rubyerrors.swg>
+%include <rubyuserdir.swg>
/* -----------------------------------------------------------------------------
* Look for user fragments file. If not found, include empty system one.