Reorder for better error messages
git-svn-id: svn://svn.cc65.org/cc65/trunk@2427 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -471,15 +471,15 @@ void NewFunc (SymEntry* Func)
|
|||||||
/* Generate the exit code */
|
/* Generate the exit code */
|
||||||
g_leave ();
|
g_leave ();
|
||||||
|
|
||||||
/* Eat the closing brace */
|
|
||||||
ConsumeRCurly ();
|
|
||||||
|
|
||||||
/* Emit references to imports/exports */
|
/* Emit references to imports/exports */
|
||||||
EmitExternals ();
|
EmitExternals ();
|
||||||
|
|
||||||
/* Leave the lexical level */
|
/* Leave the lexical level */
|
||||||
LeaveFunctionLevel ();
|
LeaveFunctionLevel ();
|
||||||
|
|
||||||
|
/* Eat the closing brace */
|
||||||
|
ConsumeRCurly ();
|
||||||
|
|
||||||
/* Switch back to the old segments */
|
/* Switch back to the old segments */
|
||||||
PopSegments ();
|
PopSegments ();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user