|
From: David B. <dav...@us...> - 2004-11-22 04:44:07
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5814 Modified Files: shell.c Log Message: undo the revision Index: shell.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shell.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** shell.c 22 Nov 2004 03:52:56 -0000 1.5 --- shell.c 22 Nov 2004 04:43:56 -0000 1.6 *************** *** 78,83 **** #include "WinSockNetEvents.h" - #include "langpython.h" - #ifdef flcomponent #include <uisharing.h> --- 78,81 ---- *************** *** 1323,1328 **** #endif - - pythoninitverbs(); if (keyboardescape ()) /*check again before landinit; after this, must do shellquit*/ --- 1321,1324 ---- |