]> git.sur5r.net Git - cc65/commitdiff
add a comment describing why this file is really included despite an obvious referenc...
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 18 Nov 2009 23:52:54 +0000 (23:52 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 18 Nov 2009 23:52:54 +0000 (23:52 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4471 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/atari/getargs.s

index 7a43407c49838306faa722e47fd0776697dfc151..da7fd73aa8a79ab48b900cec5d6892154efbb223 100644 (file)
@@ -2,6 +2,11 @@
 
 ; Freddy Offenga, 4/21/2000
 
+; initmainargs is forcibly included by the C compiler if it encounters a
+; main() function with arguments. Therefore it isn't referenced by the
+; startup code but is nevertheless included in the compiled program when
+; needed.
+
 MAXARGS        = 16            ; max. amount of arguments in arg. table
 CL_SIZE = 64           ; command line buffer size
 SPACE  = 32            ; SPACE char.