From 1ae055dfad0a2204be2d11664f5e4db133c4ded0 Mon Sep 17 00:00:00 2001 From: dwarning Date: Fri, 28 Nov 2008 20:10:25 +0000 Subject: [PATCH] hate c++ comments in c files --- src/include/ngspice.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/ngspice.h b/src/include/ngspice.h index 11237f219..99ad99386 100644 --- a/src/include/ngspice.h +++ b/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])