mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
more verbose comment
This commit is contained in:
parent
f614f3b9e2
commit
1dae5062e9
@ -461,7 +461,8 @@ void g_importstartup (void)
|
||||
|
||||
|
||||
void g_importmainargs (void)
|
||||
/* Forced import of a special symbol that handles arguments to main */
|
||||
/* Forced import of a special symbol that handles arguments to main. This will
|
||||
happen only when the compiler sees a main function that takes arguments. */
|
||||
{
|
||||
AddTextLine ("\t.forceimport\tinitmainargs");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user