Browse Source

Move version info from sharedspice.c to sharedspice.h

pre-master-46
Holger Vogt 5 years ago
parent
commit
99a7bfd8fe
  1. 4
      src/include/ngspice/sharedspice.h
  2. 1
      src/sharedspice.c

4
src/include/ngspice/sharedspice.h

@ -88,6 +88,10 @@ request to the caller or an request for exiting upon error,
done by callback function ngexit().
*/
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "34+"
#endif
#ifndef NGSPICE_DLL_H
#define NGSPICE_DLL_H

1
src/sharedspice.c

@ -10,7 +10,6 @@
/*******************/
#ifdef _MSC_VER
#define SHAREDSPICE_version "34.0"
#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#define STDERR_FILENO 2

Loading…
Cancel
Save