Removed misleading "pin count from footprint=" attribute check
commit9f96048f1c9c9989f709e8b07d6195628fd79115
authorAles Hvezda <ahvezda@seul.org>
Fri, 11 Jan 2008 02:02:45 +0000 (10 21:02 -0500)
committerAles Hvezda <ahvezda@seul.org>
Fri, 11 Jan 2008 02:08:10 +0000 (10 21:08 -0500)
treea5a75e6ed0602df800f4620840ef4819460985ca
parent0dfb874e72040b74679152d75ab2e50b735bdbd4
Removed misleading "pin count from footprint=" attribute check

This check wasn't working correctly for all footprint= values.
It probably worked fine for the DIP# and related footprints (ending
with the number of pins in the footprin), but for others it was giving
incorrect info/warnings.  This check will be replaced with something a
little bit more flexible going forward in a later release.
gsymcheck/include/Makefile.am
gsymcheck/include/pincounts.h [deleted file]
gsymcheck/include/prototype.h
gsymcheck/include/struct.h
gsymcheck/src/s_check.c
gsymcheck/src/s_symstruct.c
gsymcheck/tests/Makefile.am
gsymcheck/tests/incorrect_footprint.output [deleted file]
gsymcheck/tests/incorrect_footprint.sym [deleted file]