]> git.sur5r.net Git - cc65/blobdiff - src/ld65/global.c
ld65: implement '--allow-multiple-definition' command line parameter
[cc65] / src / ld65 / global.c
index dc0c8d521a04123fc00623423d00a3382abc63ad..59c3754e6338fb837937ebdaf0febdb1c1dbe38b 100644 (file)
@@ -53,6 +53,7 @@ unsigned char HaveStartAddr = 0;        /* Start address not given */
 unsigned long StartAddr     = 0x200;    /* Start address */
 
 unsigned char VerboseMap    = 0;        /* Verbose map file */
+unsigned char AllowMultDef  = 0;        /* Allow multiple definitions */
 const char* MapFileName     = 0;        /* Name of the map file */
 const char* LabelFileName   = 0;        /* Name of the label file */
 const char* DbgFileName     = 0;        /* Name of the debug file */