From: Peep P. <so...@us...> - 2004-03-15 18:59:38
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3674 Modified Files: main.c Log Message: Disabled debugging of master::crash() again. Index: main.c =================================================================== RCS file: /cvsroot/agd/server/src/main.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** main.c 12 Mar 2004 08:40:10 -0000 1.8 --- main.c 15 Mar 2004 18:50:28 -0000 1.9 *************** *** 39,43 **** #ifdef DEBUG /* We generally do not want to debug the crash function. Causes unnecessary spam. */ ! /* dont_debug_interpreter = 1;*/ #endif --- 39,43 ---- #ifdef DEBUG /* We generally do not want to debug the crash function. Causes unnecessary spam. */ ! dont_debug_interpreter = 1; #endif |