mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
Use correct syntax. The old did work but wasn't really right.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5207 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
11d46e93b2
commit
2abd77ffe5
@ -62,7 +62,7 @@ static LineInfo* NewLineInfo (void)
|
|||||||
|
|
||||||
/* Initialize the fields */
|
/* Initialize the fields */
|
||||||
LI->File = 0;
|
LI->File = 0;
|
||||||
LI->Type = LI_TYPE_ASM;
|
LI->Type = LI_MAKE_TYPE (LI_TYPE_ASM, 0);
|
||||||
LI->Pos.Name = INVALID_STRING_ID;
|
LI->Pos.Name = INVALID_STRING_ID;
|
||||||
LI->Pos.Line = 0;
|
LI->Pos.Line = 0;
|
||||||
LI->Pos.Col = 0;
|
LI->Pos.Col = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user