frontend/parser/lexical.c, cp_lexer(), allow # and * comment

Both, whether interactive or not.
Especially for command scripts.
This commit is contained in:
rlar
2018-02-26 19:41:04 +01:00
parent 6903584e99
commit b803b294b4
3 changed files with 2 additions and 7 deletions
-1
View File
@@ -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);