diff options
author | jingham <jingham> | 1999-05-22 06:33:38 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-05-22 06:33:38 (GMT) |
commit | eb02b7f4b5f03cf0252e0733efdebf890095f57c (patch) | |
tree | 08690563c402052345246f896205236bfc84d20f /mac/tkMacMenus.c | |
parent | 49264adc083f7766a5ff40538126526a6a8880c0 (diff) | |
download | tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.zip tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.gz tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.bz2 |
Changes needed to get Tk8.1 to compile with stubs on the Mac
Diffstat (limited to 'mac/tkMacMenus.c')
-rw-r--r-- | mac/tkMacMenus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacMenus.c b/mac/tkMacMenus.c index b624e63f5..0d9fa31 100644 --- a/mac/tkMacMenus.c +++ b/mac/tkMacMenus.c @@ -9,11 +9,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacMenus.c,v 1.3 1999/04/16 01:51:31 stanton Exp $ + * RCS: @(#) $Id: tkMacMenus.c,v 1.4 1999/05/22 06:33:41 jingham Exp $ */ #include "tcl.h" -#include "tclMacInt.h" +#include "tclMacInt.h" /* Needed for FSpLocationFromPath */ #include "tk.h" #include "tkInt.h" #include "tkMacInt.h" |