Browse Source

visibility for the printVoltages() prototype

pre-master-46
rlar 16 years ago
parent
commit
e3cdd8ee4d
  1. 4
      ChangeLog
  2. 1
      src/ciderlib/support/devprint.c

4
ChangeLog

@ -1,3 +1,7 @@
2010-10-15 Robert Larice
* src/ciderlib/support/devprint.c :
visibility for the printVoltages() prototype
2010-10-15 Robert Larice
* src/xspice/cmpp/ifs_lex.l :
disable dangling artifact

1
src/ciderlib/support/devprint.c

@ -7,6 +7,7 @@ Author: 1992 David A. Gates, U. C. Berkeley CAD Group
#include "ngspice.h"
#include "optndefs.h"
#include "cidersupt.h"
void
printVoltages(FILE *file, char *mName, char *iName, int devType,

Loading…
Cancel
Save