getexpress(), express some constness
This commit is contained in:
parent
d9a2cec430
commit
57b822e0e9
|
|
@ -1334,7 +1334,7 @@ getword(const char *s, SPICE_DSTRINGPTR tstr_p)
|
|||
|
||||
|
||||
static nupa_type
|
||||
getexpress(char *s, SPICE_DSTRINGPTR tstr_p, int *pi)
|
||||
getexpress(const char * const s, SPICE_DSTRINGPTR tstr_p, int *pi)
|
||||
/* returns expression-like string until next separator
|
||||
Input i=position before expr, output i=just after expr, on separator.
|
||||
returns tpe=='R' if (numeric, 'S' if (string only
|
||||
|
|
|
|||
Loading…
Reference in New Issue