From e370e7b64d6ebf7db794835a5efde39b75f3caf7 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sat, 11 Feb 2006 20:36:39 +0000 Subject: [PATCH] more comments git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8795 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/pyruntime.swg | 4 ++-- Lib/ruby/rubyruntime.swg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Lib/python/pyruntime.swg b/Lib/python/pyruntime.swg index d00dffa60..4294747b6 100644 --- a/Lib/python/pyruntime.swg +++ b/Lib/python/pyruntime.swg @@ -5,8 +5,8 @@ %insert(runtime) "swigrun.swg"; /* SWIG API */ %insert(runtime) "swigerrors.swg"; /* SWIG errors */ -%insert(runtime) "pyhead.swg"; -%insert(runtime) "pyerrors.swg"; +%insert(runtime) "pyhead.swg"; /* Python includes and fixes */ +%insert(runtime) "pyerrors.swg"; /* Python errors */ %insert(runtime) "pythreads.swg"; /* Python thread code */ %insert(runtime) "pyapi.swg"; /* Pyton API */ %insert(runtime) "pyrun.swg"; /* Python run-time code */ diff --git a/Lib/ruby/rubyruntime.swg b/Lib/ruby/rubyruntime.swg index 31d741b8b..412156148 100644 --- a/Lib/ruby/rubyruntime.swg +++ b/Lib/ruby/rubyruntime.swg @@ -2,8 +2,8 @@ %runtime "swiglabels.swg" /* Common C API type-checking code */ %runtime "swigrun.swg" /* Common C API type-checking code */ %runtime "swigerrors.swg" /* SWIG errors */ -%runtime "rubyhead.swg" -%runtime "rubyerrors.swg" +%runtime "rubyhead.swg" /* Ruby includes and fixes */ +%runtime "rubyerrors.swg" /* Ruby errors */ %runtime "rubytracking.swg" /* API for tracking C++ classes to Ruby objects */ %runtime "rubyapi.swg" %runtime "rubyrun.swg"