case CfgSymExport:
/* We must have a value */
- AttrCheck (AttrFlags, atType, "TYPE");
+ AttrCheck (AttrFlags, atValue, "VALUE");
/* Create the export */
Exp = CreateExprExport (Name, Value, AddrSize);
CollAppend (&Exp->DefLines, GenLineInfo (&CfgErrorPos));
case CfgSymWeak:
/* We must have a value */
- AttrCheck (AttrFlags, atType, "TYPE");
+ AttrCheck (AttrFlags, atValue, "VALUE");
/* Remember the symbol for later */
Sym = NewCfgSymbol (CfgSymWeak, Name);
Sym->Value = Value;
SB_Printf (&Buf, "__%s_LAST__", GetString (M->Name));
E = CreateMemoryExport (GetStrBufId (&Buf), M, M->FillLevel);
CollAppend (&E->DefLines, M->LI);
-
+
/* Define the file offset of the memory area. This isn't of much
* use for relocatable output files.
*/