Some Watcom related fixes
git-svn-id: svn://svn.cc65.org/cc65/trunk@1742 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1247,7 +1247,9 @@ static void DoSegment (void)
|
||||
"FAR", "LONG"
|
||||
};
|
||||
char Name [sizeof (SVal)];
|
||||
SegDef Def = { Name, SEGTYPE_DEFAULT };
|
||||
SegDef Def;
|
||||
Def.Name = Name;
|
||||
Def.Type = SEGTYPE_DEFAULT;
|
||||
|
||||
if (Tok != TOK_STRCON) {
|
||||
ErrorSkip (ERR_STRCON_EXPECTED);
|
||||
|
||||
Reference in New Issue
Block a user