hate c++ comments in c files

This commit is contained in:
dwarning 2008-11-28 20:10:25 +00:00
parent 0f23becb8d
commit 1ae055dfad
1 changed files with 0 additions and 2 deletions

View File

@ -226,9 +226,7 @@ extern int tcl_printf(const char *format, ...);
extern int tcl_fprintf(FILE *f, const char *format, ...);
#undef printf
//#undef fprintf
#define printf tcl_printf
//#define fprintf tcl_fprintf
#undef perror
#define perror(string) fprintf(stderr,"%s: %s\n",string,sys_errlist[errno])