1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 02:30:44 +00:00

Removed an unneeded struct forward

git-svn-id: svn://svn.cc65.org/cc65/trunk@3708 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2006-02-18 12:23:07 +00:00
parent 31d99b4a9f
commit 1375c85405

View File

@ -135,9 +135,6 @@ enum {
/* Forward for a symbol entry */
struct SymEntry;
/* Type entry */
typedef unsigned short type;