X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=base%2Ftcmdifgen;h=c85161d0e93d3e56b90e19e88ba3c42a27252a3b;hb=7c7aefb572d979fac2ac44346304674a257ceb57;hp=16cc78de2162dc71227058bd19704445d3ad95bd;hpb=7ed5ab23c04b08d569a8515b2eab39338eddd261;p=chiark-tcl.git diff --git a/base/tcmdifgen b/base/tcmdifgen index 16cc78d..c85161d 100755 --- a/base/tcmdifgen +++ b/base/tcmdifgen @@ -1,7 +1,7 @@ #!/usr/bin/perl # code generator to help with writing Tcl extensions -# Copyright 2006 Ian Jackson +# Copyright 2006-2012 Ian Jackson # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -14,9 +14,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this library; if not, see . # Input format is line-based, ws-significant, offside rule (some kind @@ -153,7 +151,7 @@ # and the two predefined types `int' (C `int') and `obj' (Tcl_Obj*, # unmodified.) The corresponding definitions are in tcmdiflib.c. -use IO; +use IO::File; use Data::Dumper; parse('builtins','DATA');