Renamed some stuff. Write out the segment size as var, not 32 bit.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5233 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-19 20:55:48 +00:00
parent 607aa871e6
commit 1e20489ee1
5 changed files with 34 additions and 26 deletions

View File

@@ -867,7 +867,7 @@ int main (int argc, char* argv [])
InitIncludePaths ();
/* Create the predefined segments */
InitSegments ();
SegInit ();
/* Enter the base lexical level. We must do that here, since we may
* define symbols using -D.
@@ -1013,7 +1013,7 @@ int main (int argc, char* argv [])
/* If we didn't have any errors, check and cleanup the unnamed labels */
if (ErrorCount == 0) {
ULabDone ();
ULabDone ();
}
/* If we didn't have any errors, check the symbol table */
@@ -1028,7 +1028,7 @@ int main (int argc, char* argv [])
/* If we didn't have any errors, check and resolve the segment data */
if (ErrorCount == 0) {
SegCheck ();
SegDone ();
}
/* If we didn't have any errors, check the assertions */