To | ng-spice@ieee.ing.uniroma1.it |
From | Paolo Nenzi <pnenzi@ieee.ing.uniroma1.it> |
Date | Thu, 26 Aug 1999 08:22:31 +0200 (CEST) |
Delivered-To | mailing list ng-spice@ieee.ing.uniroma1.it |
Mailing-List | contact ng-spice-help@ieee.ing.uniroma1.it; run by ezmlm |
Reply-To | ng-spice@ieee.ing.uniroma1.it |
Hi all, During compilation, ngspice complains about the GENERIC typedef. The GENERIC typedef was introduced by berkeley's people to make the source portable between ANSI C and non ANSI C. The GENERIC was defined as char in NON ANSI and as void in ANSI. Any problem if I remove the generic typedef and substitute its occurrences with void ? Paolo