fix typo, remove unsuitable comment

This commit is contained in:
Holger Vogt 2022-03-30 16:02:44 +02:00
parent b70b04f22c
commit e31d6a3c1c
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
#define PACKAGE "ngspice"
/* Version number of package */
#define VERSION "36+" //" Built on " __DATE__ " at " __TIME__
#define VERSION "36+"
/* Define the directory for executables */
#define NGSPICEBINDIR "../bin"
/* Define the directory for architecture independent data files */
#define NGSPICEDATADIR "../share/ngspice"
/* If defined, there wiöll be no UNICODE support, only extended ASCII */
/* If defined, there will be no UNICODE support, only extended ASCII */
/*#undef EXT_ASC */
/**********************************************************************/