Browse Source

remove deprecated storage class

pre-master-46
Holger Vogt 5 years ago
parent
commit
5abd8057e6
  1. 5
      src/include/ngspice/stringutil.h

5
src/include/ngspice/stringutil.h

@ -117,9 +117,8 @@ inline int substring(const char *sub, const char *str)
#ifdef CIDER
/* cider integration */
int cinprefix(register char *p, register char *s, register int n);
int cimatch(register char *p, register char *s);
int cinprefix(char *p, char *s, int n);
int cimatch(char *p, char *s);
#endif

Loading…
Cancel
Save