Cosmetic changes
git-svn-id: svn://svn.cc65.org/cc65/trunk@1667 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
3eb6e7a4f6
commit
6b46bf3b10
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 1998-2001 Ullrich von Bassewitz */
|
||||
/* (C) 1998-2002 Ullrich von Bassewitz */
|
||||
/* Wacholderweg 14 */
|
||||
/* D-70597 Stuttgart */
|
||||
/* EMail: uz@cc65.org */
|
||||
|
@ -67,8 +67,8 @@ unsigned long AbsPC = 0; /* PC if in absolute mode */
|
|||
|
||||
|
||||
|
||||
typedef struct Segment_ Segment;
|
||||
struct Segment_ {
|
||||
typedef struct Segment Segment;
|
||||
struct Segment {
|
||||
Segment* List; /* List of all segments */
|
||||
Fragment* Root; /* Root of fragment list */
|
||||
Fragment* Last; /* Pointer to last fragment */
|
||||
|
|
Loading…
Add table
Reference in a new issue