Pass type of line info through the object files.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4957 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -267,7 +267,7 @@ static MacExp* NewMacExp (Macro* M)
|
||||
for (I = 0; I < M->ParamCount; ++I) {
|
||||
E->Params[I] = 0;
|
||||
}
|
||||
E->LISlot = AllocLineInfoSlot (LI_TYPE_MACRO | MacExpansions);
|
||||
E->LISlot = AllocLineInfoSlot (LI_TYPE_MACRO, MacExpansions);
|
||||
|
||||
/* One macro expansion more */
|
||||
++MacExpansions;
|
||||
|
||||
Reference in New Issue
Block a user