diff options
Diffstat (limited to 'generic/tkUndo.c')
-rw-r--r-- | generic/tkUndo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tkUndo.c b/generic/tkUndo.c index 9e9d6f3..76046f8 100644 --- a/generic/tkUndo.c +++ b/generic/tkUndo.c @@ -9,12 +9,13 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUndo.c,v 1.7 2005/10/17 20:52:01 dkf Exp $ + * RCS: @(#) $Id: tkUndo.c,v 1.8 2005/11/17 16:21:56 dkf Exp $ */ #include "tkUndo.h" -static int EvaluateActionList(Tcl_Interp *interp, TkUndoSubAtom *action); +static int EvaluateActionList(Tcl_Interp *interp, + TkUndoSubAtom *action); /* *---------------------------------------------------------------------- |