summaryrefslogtreecommitdiffstats
path: root/mac/tclMacAlloc.c
diff options
context:
space:
mode:
authorjingham <jingham>1999-05-11 07:11:46 (GMT)
committerjingham <jingham>1999-05-11 07:11:46 (GMT)
commit7e5fa22b2798227ac6c6f48a3f0d6f767f658c14 (patch)
tree75a17d12246664b170ac64121f77deff56d7ef90 /mac/tclMacAlloc.c
parent7c4092a142f2c47e20b34c96adfb38b9a70083a6 (diff)
downloadtcl-7e5fa22b2798227ac6c6f48a3f0d6f767f658c14.zip
tcl-7e5fa22b2798227ac6c6f48a3f0d6f767f658c14.tar.gz
tcl-7e5fa22b2798227ac6c6f48a3f0d6f767f658c14.tar.bz2
Various small fixes that were required to get Tcl to build cleanly on the Mac.
Diffstat (limited to 'mac/tclMacAlloc.c')
-rw-r--r--mac/tclMacAlloc.c4
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>