Browse Source

fix typo, remove unsuitable comment

pre-master-46
Holger Vogt 4 years ago
parent
commit
8a6231a813
  1. 4
      visualc/src/include/ngspice/config.h

4
visualc/src/include/ngspice/config.h

@ -15,14 +15,14 @@
#define PACKAGE "ngspice" #define PACKAGE "ngspice"
/* Version number of package */ /* Version number of package */
#define VERSION "36+" //" Built on " __DATE__ " at " __TIME__
#define VERSION "36+"
/* Define the directory for executables */ /* Define the directory for executables */
#define NGSPICEBINDIR "../bin" #define NGSPICEBINDIR "../bin"
/* Define the directory for architecture independent data files */ /* Define the directory for architecture independent data files */
#define NGSPICEDATADIR "../share/ngspice" #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 */ /*#undef EXT_ASC */
/**********************************************************************/ /**********************************************************************/

Loading…
Cancel
Save