Browse Source

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

pre-master-46
rlar 11 years ago
parent
commit
a0a5e0f9c2
  1. 2
      src/spicelib/parser/inpptree-parser.y

2
src/spicelib/parser/inpptree-parser.y

@ -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…
Cancel
Save