diff options
Diffstat (limited to 'mac/tclMacAlloc.c')
-rw-r--r-- | mac/tclMacAlloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacAlloc.c b/mac/tclMacAlloc.c index 7a8efc4..c5daa8b 100644 --- a/mac/tclMacAlloc.c +++ b/mac/tclMacAlloc.c @@ -14,11 +14,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMacAlloc.c,v 1.3 1998/09/14 18:40:04 stanton Exp $ + * RCS: @(#) $Id: tclMacAlloc.c,v 1.4 1999/05/11 07:11:51 jingham Exp $ */ -#include "tclMacInt.h" #include "tclInt.h" +#include "tclMacInt.h" #include <Memory.h> #include <stdlib.h> #include <string.h> |