diff --git a/src/cc65/codegen.c b/src/cc65/codegen.c index c79863d0e..326d751b6 100644 --- a/src/cc65/codegen.c +++ b/src/cc65/codegen.c @@ -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"); }