Browse Source

hate c++ comments in c files

pre-master-46
dwarning 18 years ago
parent
commit
1ae055dfad
  1. 2
      src/include/ngspice.h

2
src/include/ngspice.h

@ -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…
Cancel
Save