diff options
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index be0618f..a997c25 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tclInt.decls,v 1.86 2005/04/02 02:08:36 msofer Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.87 2005/05/05 18:38:00 dgp Exp $ library tcl @@ -807,9 +807,9 @@ declare 198 generic { CallFrame **framePtrPtr) } -declare 199 generic { - int TclMatchIsTrivial(CONST char *pattern) -} +#declare 199 generic { +# int TclMatchIsTrivial(CONST char *pattern) +#} # 200-208 exported for use by the test suite [Bug 1054748] declare 200 generic { |