From ab97dc30efdd5cc1abf8c65b8ce29af364219167 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 15 Sep 2012 21:47:30 +0000 Subject: First pass at modernizing struct definitions. --- src/lib/util/jedparse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/util/jedparse.c') diff --git a/src/lib/util/jedparse.c b/src/lib/util/jedparse.c index c03cea05664..fef7d2894ba 100644 --- a/src/lib/util/jedparse.c +++ b/src/lib/util/jedparse.c @@ -65,8 +65,7 @@ TYPE DEFINITIONS ***************************************************************************/ -typedef struct _parse_info parse_info; -struct _parse_info +struct parse_info { UINT16 checksum; /* checksum value */ UINT32 explicit_numfuses; /* explicitly specified number of fuses */ -- cgit v1.2.3-70-g09d2