|
From: Andre R. <and...@us...> - 2006-02-08 21:33:06
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26347/Common/source Modified Files: shellprint.c Log Message: Commented out unused debug variable. Index: shellprint.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shellprint.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** shellprint.c 26 Jan 2006 16:19:58 -0000 1.7 --- shellprint.c 8 Feb 2006 21:32:55 -0000 1.8 *************** *** 309,313 **** rpaper; ! typrintinfo *dbgprintinfo = &shellprintinfo; #ifdef MACVERSION --- 309,313 ---- rpaper; ! //typrintinfo *dbgprintinfo = &shellprintinfo; #ifdef MACVERSION |