cvsdiffbde060205.0100 ------------------------- Index: dprint.h =================================================================== RCS file: /usr/proj3/case/95s523/95sbde/base/Master/bde/dprint.h,v retrieving revision 1.7 diff -b -i -t -w -r1.7 dprint.h 72,75d71 < #define EP do{printf("Enter %s at %s:%d\n",__FUNCTION__,__FILE__,__LINE__);}while(0) < #define LP do{printf("Exit %s at %s:%d\n",__FUNCTION__,__FILE__,__LINE__);}while(0) < < #define DP do{printf("Inside %s at %s:%d\n",__FUNCTION__,__FILE__,__LINE__);}while(0) 80a77,85 > > #define EP \ > do{printf("Enter %s at %s:%d\n",__FUNCTION__,__FILE__,__LINE__);}while(0) > > #define LP \ > do{printf("Exit %s at %s:%d\n",__FUNCTION__,__FILE__,__LINE__);}while(0) > > #define DP \ > do{printf("Inside %s at %s:%d\n",__FUNCTION__,__FILE__,__LINE__);}while(0) Index: prep.csh =================================================================== RCS file: /usr/proj3/case/95s523/95sbde/base/Master/bde/prep.csh,v retrieving revision 1.7 diff -b -i -t -w -r1.7 prep.csh 36c36 < alias G 'gdb -x cmds051210 ../pr_util_nolog/$HOSTTYPE/bin/bde.exe' --- > alias G 'gdb -x cmd.060119 ../pr_util_nolog/$HOSTTYPE/bin/bde.exe' Index: pr_util_log/gen_pr_files.csh =================================================================== RCS file: /usr/proj3/case/95s523/95sbde/base/Master/bde/pr_util_log/gen_pr_files.csh,v retrieving revision 1.2 diff -b -i -t -w -r1.2 gen_pr_files.csh 6a7 > ##TBD: save_pr_files.csh 26c27,28 < --- > ## backup old sources in a time-stamped subdir'y: > source save_pr_files.csh 33a36 > Index: pr_util_log/pr_dump.c =================================================================== RCS file: /usr/proj3/case/95s523/95sbde/base/Master/bde/pr_util_log/pr_dump.c,v retrieving revision 1.2 diff -b -i -t -w -r1.2 pr_dump.c 306,309c306,307 < printf("dump_row: Illegal table type % < s case %d: no-op\n", tbl, idx); < fprintf(dump_fp, "//dump_row: Illegal table ty < pe %s case %d: no-op\n", tbl, idx); --- > printf("dump_row: Illegal table type for case %d: no-op\n", idx); > fprintf(dump_fp, "//dump_row: Illegal table type for case %d: no-op\n",idx); 312d309 < < LP;} /* end dump_row */ 314c311 < } --- > LP;} /* end dump_row */ Index: pr_util_log/pr_log.c =================================================================== RCS file: /usr/proj3/case/95s523/95sbde/base/Master/bde/pr_util_log/pr_log.c,v retrieving revision 1.2 diff -b -i -t -w -r1.2 pr_log.c 53a54 > 769,770c770 < < --- > /* macro pr_create in *schema.h calls pr_gen_create */