From a0a5e0f9c2b06914521935eca6279c7ecf0bb4a2 Mon Sep 17 00:00:00 2001 From: rlar Date: Sat, 10 Oct 2015 10:40:42 +0200 Subject: [PATCH] inpptree-parser.y, fix type of function `PTparse()' --- src/spicelib/parser/inpptree-parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spicelib/parser/inpptree-parser.y b/src/spicelib/parser/inpptree-parser.y index 127a961f0..c1abe7c1d 100644 --- a/src/spicelib/parser/inpptree-parser.y +++ b/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;