Removed C style comment

This commit is contained in:
sjborley 2005-05-22 20:44:08 +00:00
parent 358b5f829a
commit 3e875fadbc
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
/* numparam.h */
/*
* numparam.h
* $Id$
*/
/*** interface to spice frontend subckt.c ***/
@ -10,7 +13,7 @@
extern char * nupa_copy(char *s, int linenum);
extern int nupa_eval(char *s, int linenum);
extern int nupa_signal(int sig, char *info);
extern void nupa_scan(char * s, int linenum); // sjb
extern void nupa_scan(char * s, int linenum);
/***** numparam internals ********/