fileio.bugfix060203.txt ----------------------- fileio.bugfix060203.txt fileio.cc:1236: DP;dprintss(current_filename = %s, HGtitle = %s\n",... Missing '"' propagated all the way to line 1719 before error was caught (unmatched #endif). Ultra-Edit discovered this by graying out all quoted text (most of 500 lines or so). saturn.cs.uml.edu(30)> g++ -DDEBUG -DString_REDEFINE_NOT_NEEDED -DBDELOG - DBDE_SCHEMA="94sbde_schema.h" -DBDE_VIEW="94sbdeview" -DS94LC -DBDELOG -DLCWC - DDEFAULT_LIB_PATH=\"../lib\" -g -Wall -DDEBUG -pg -I/usr/include -I../include -I../pr_util_log - I.. -I/usr/local/lib/g++-include fileio.cc -c -o ../pr_util_log/alpha/obj/fileio.o --------------- fileio.cc: At top level: fileio.cc:610: warning: `char rcsid[56]' defined but not used saturn.cs.uml.edu(31)> ======================================= I also fixed 3 warnings from typos in fprintf's.