Removed underlines from struct names

git-svn-id: svn://svn.cc65.org/cc65/trunk@431 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-02 22:11:48 +00:00
parent 18840117ec
commit 0dce6a79b6
3 changed files with 23 additions and 23 deletions

View File

@@ -45,7 +45,7 @@
/* Forward declaration for struct SymEntry */
typedef struct SymEntry_ SymEntry;
typedef struct SymEntry SymEntry;