inpptree-parser.y, fix type of function `PTparse()'

This commit is contained in:
rlar 2015-10-10 10:40:42 +02:00
parent b8a004cc02
commit a0a5e0f9c2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
%lex-param {char **line}
%parse-param {struct INPparseNode **retval}
%parse-param {void *ckt}
%parse-param {CKTcircuit *ckt}
%union {
double num;