mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-04 19:10:57 +02:00
frontend/parser/lexical.c, cp_lexer(), allow # and * comment
Both, whether interactive or not. Especially for command scripts.
This commit is contained in:
@@ -107,7 +107,6 @@ extern bool cp_bqflag;
|
||||
extern bool cp_interactive;
|
||||
extern char *cp_altprompt;
|
||||
extern char *cp_promptstring;
|
||||
extern char cp_hash;
|
||||
extern int cp_event;
|
||||
extern wordlist *cp_lexer(char *string);
|
||||
extern int inchar(FILE *fp);
|
||||
|
||||
Reference in New Issue
Block a user