|
From: John M M. <jo...@us...> - 2003-02-08 18:33:30
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory sc8-pr-cvs1:/tmp/cvs-serv16006/squeak/platforms/Mac OS/vm
Modified Files:
sqMacUIMenuBar.c
Log Message:
3.5.0b1 avoid compiler warning
Index: sqMacUIMenuBar.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacUIMenuBar.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** sqMacUIMenuBar.c 27 Sep 2002 20:00:41 -0000 1.3
--- sqMacUIMenuBar.c 8 Feb 2003 18:33:27 -0000 1.4
***************
*** 91,95 ****
--- 91,97 ----
void SetUpMenus(void) {
+ #if TARGET_API_MAC_CARBON
long decideOnQuitMenu;
+ #endif
InsertMenu(appleMenu = NewMenu(appleID, "\p\024"), 0);
|