From 3e875fadbcda71347c6b46d80784a293ae0d6e19 Mon Sep 17 00:00:00 2001 From: sjborley Date: Sun, 22 May 2005 20:44:08 +0000 Subject: [PATCH] Removed C style comment --- src/frontend/numparam/numparam.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/frontend/numparam/numparam.h b/src/frontend/numparam/numparam.h index 3e72c109e..dd5268109 100644 --- a/src/frontend/numparam/numparam.h +++ b/src/frontend/numparam/numparam.h @@ -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 ********/