hate c++ comments in c files
This commit is contained in:
parent
0f23becb8d
commit
1ae055dfad
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in New Issue