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:
@@ -153,13 +153,13 @@ void EnterRelocMode (void);
|
||||
* switch the mode globally or for the current segment.
|
||||
*/
|
||||
|
||||
void SegCheck (void);
|
||||
/* Check the segments for range and other errors */
|
||||
void SegDone (void);
|
||||
/* Check the segments for range and other errors. Do cleanup. */
|
||||
|
||||
void SegDump (void);
|
||||
/* Dump the contents of all segments */
|
||||
|
||||
void InitSegments (void);
|
||||
void SegInit (void);
|
||||
/* Initialize segments */
|
||||
|
||||
void SetSegmentSizes (void);
|
||||
|
||||
Reference in New Issue
Block a user