mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
frontend/inpcom.c, char argument for `identifier_char()'
This commit is contained in:
@@ -4029,7 +4029,7 @@ inp_split_multi_param_lines(struct line *card, int line_num)
|
|||||||
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
identifier_char(int c)
|
identifier_char(char c)
|
||||||
{
|
{
|
||||||
return (c == '_') || isalnum(c);
|
return (c == '_') || isalnum(c);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user