|
From: Karsten W. <kar...@us...> - 2006-01-31 16:48:07
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/AppletToolkit/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1316/AppletToolkit/Source Modified Files: Tag: pre_int64_branch appletfrontier.c Log Message: initial checkin from private sandbox Index: appletfrontier.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/AppletToolkit/Source/appletfrontier.c,v retrieving revision 1.3 retrieving revision 1.3.6.1 diff -C2 -d -r1.3 -r1.3.6.1 *** appletfrontier.c 11 Jan 2005 22:48:21 -0000 1.3 --- appletfrontier.c 31 Jan 2006 16:47:55 -0000 1.3.6.1 *************** *** 879,883 **** boolean editFrontierObject (bigstring celladdress) { ! /* uses a new protocol in Frontier 3.0 to open the window --- 879,883 ---- boolean editFrontierObject (bigstring celladdress) { ! #pragma unused(celladdress) /* uses a new protocol in Frontier 3.0 to open the window |