inpptree-parser.y, fix type of function `PTparse()'
This commit is contained in:
parent
b8a004cc02
commit
a0a5e0f9c2
|
|
@ -38,7 +38,7 @@
|
|||
%lex-param {char **line}
|
||||
|
||||
%parse-param {struct INPparseNode **retval}
|
||||
%parse-param {void *ckt}
|
||||
%parse-param {CKTcircuit *ckt}
|
||||
|
||||
%union {
|
||||
double num;
|
||||
|
|
|
|||
Loading…
Reference in New Issue