nupa_subcktcall(), drop `hp'
This commit is contained in:
parent
b16a61fb7c
commit
6a57023ced
|
|
@ -1640,9 +1640,8 @@ nupa_subcktcall(dico_t *dico, char *s, char * const x, char * const inst_name)
|
||||||
|
|
||||||
if (alfanum(*kp) || *kp == '.') {
|
if (alfanum(*kp) || *kp == '.') {
|
||||||
/* number, identifier */
|
/* number, identifier */
|
||||||
char *hp = skip_non_ws(kp);
|
jp = skip_non_ws(kp);
|
||||||
pscopy(&ustr, kp, 0, (int) (hp - kp));
|
pscopy(&ustr, kp, 0, (int) (jp - kp));
|
||||||
jp = hp;
|
|
||||||
} else if (*kp == '{') {
|
} else if (*kp == '{') {
|
||||||
jp = getexpress(NULL, &ustr, jp);
|
jp = getexpress(NULL, &ustr, jp);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue