]> git.sur5r.net Git - cc65/commit
If main() takes arguments, generate a forced import to a special module
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 7 Mar 2003 12:41:47 +0000 (12:41 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 7 Mar 2003 12:41:47 +0000 (12:41 +0000)
commit065b8f25965f6d9175a5e4c8fbd28c2fd9638c16
tree1292168701bfcc4f45ce239297bb22b97923d611
parent9257570050fd4f402a9f3152c86d12e46325e848
If main() takes arguments, generate a forced import to a special module
constructor which will setup command line arguments.

git-svn-id: svn://svn.cc65.org/cc65/trunk@2011 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/codegen.c
src/cc65/codegen.h
src/cc65/function.c