From 10a353ebf48e0a55370f0524e096cbba91be0eb8 Mon Sep 17 00:00:00 2001 From: rlar Date: Mon, 30 Oct 2017 16:34:19 +0100 Subject: [PATCH] struct card, #4/6, drop typedef card For readability and to allow variables to have the name "card" (avoid name collision with typedef "card") --- src/include/ngspice/inpdefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/ngspice/inpdefs.h b/src/include/ngspice/inpdefs.h index de7d808a5..8e3025955 100644 --- a/src/include/ngspice/inpdefs.h +++ b/src/include/ngspice/inpdefs.h @@ -14,7 +14,6 @@ Modified: 2000 AlansFixes #include "ngspice/inpptree.h" typedef struct INPtables INPtables; -typedef struct card card; typedef struct INPmodel INPmodel;