summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-11-27 20:56:42 -0800
committerLarry Doolittle <ldoolitt@recycle.lbl.gov>2017-11-27 20:56:42 -0800
commitcfc3304963dcc3fe9284d1122dc5e604a92197e1 (patch)
treebac571e4d695a74d1bfcf3a58158d8219de7a218
parentf4f46d11cca2c10aa7927d9f3b9db1de7ea7656b (diff)
downloadvhdl2vl-cfc3304963dcc3fe9284d1122dc5e604a92197e1.tar.gz
vhdl2vl-cfc3304963dcc3fe9284d1122dc5e604a92197e1.zip
Delete unused "struct signal" from def.h
Works around macosx libc bug, their #include <string.h> manages to pull in signal.h
-rw-r--r--src/def.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/def.h b/src/def.h
index 85acc95..83b48ee 100644
--- a/src/def.h
+++ b/src/def.h
@@ -24,11 +24,6 @@
#define MAXINDENT 36
#define MAXEDGES 1000 /* maximum number of @(edge) processes supported in a source file */
-typedef struct signal {
- char *name; /* Signal name */
- int reg; /* Verilog reg */
- struct signal *next;
-} signal;
typedef struct nlist {
char *name; /* Name */
OpenPOWER on IntegriCloud