From 5bbdad6a30a53bf184f29232725bcbe335e65ab8 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 20 Nov 2007 21:45:06 +0000 Subject: [PATCH] fix comments about fragments - noticed by Josh Cherry git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10158 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/perl5/perlfragments.swg | 2 +- Lib/ruby/rubyfragments.swg | 2 +- Lib/tcl/tclfragments.swg | 10 ++-------- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Lib/perl5/perlfragments.swg b/Lib/perl5/perlfragments.swg index fd35c4f35..45d25d1f6 100644 --- a/Lib/perl5/perlfragments.swg +++ b/Lib/perl5/perlfragments.swg @@ -1,6 +1,6 @@ /* - Create a file with this name, 'fragments.i', in your working + Create a file with this name, 'perlfragments.swg', in your working directory and add all the %fragments you want to take precedence over the ones defined by default by swig. diff --git a/Lib/ruby/rubyfragments.swg b/Lib/ruby/rubyfragments.swg index a2225365e..3c3b65812 100644 --- a/Lib/ruby/rubyfragments.swg +++ b/Lib/ruby/rubyfragments.swg @@ -1,6 +1,6 @@ /* - Create a file with this name, 'fragments.i', in your working + Create a file with this name, 'rubyfragments.swg', in your working directory and add all the %fragments you want to take precedence over the ones defined by default by swig. diff --git a/Lib/tcl/tclfragments.swg b/Lib/tcl/tclfragments.swg index 0c7580e23..ba6398c7f 100644 --- a/Lib/tcl/tclfragments.swg +++ b/Lib/tcl/tclfragments.swg @@ -1,12 +1,6 @@ -/* ----------------------------------------------------------------------------- - * See the LICENSE file for information on copyright, usage and redistribution - * of SWIG, and the README file for authors - http://www.swig.org/release.html. - * - * tclfragments.swg - * ----------------------------------------------------------------------------- */ - /* - Create a file with this name, 'fragments.i', in your working + + Create a file with this name, 'tclfragments.swg', in your working directory and add all the %fragments you want to take precedence over the ones defined by default by swig.