|
|
@ -831,7 +831,7 @@ nupa_eval(char *s, int linenum, int orig_linenum) |
|
|
} else if (c == 'X') { |
|
|
} else if (c == 'X') { |
|
|
/* compute args of subcircuit, if required */ |
|
|
/* compute args of subcircuit, if required */ |
|
|
ptr = s; |
|
|
ptr = s; |
|
|
while (!isspace_c(*ptr)) |
|
|
|
|
|
|
|
|
while (*ptr && !isspace_c(*ptr)) |
|
|
ptr++; |
|
|
ptr++; |
|
|
keep = *ptr; |
|
|
keep = *ptr; |
|
|
*ptr = '\0'; |
|
|
*ptr = '\0'; |
|
|
|