]> git.sur5r.net Git - cc65/blobdiff - src/ld65/global.h
ld65: implement '--allow-multiple-definition' command line parameter
[cc65] / src / ld65 / global.h
index 4b873f027ca8887ab289c3217df45ab1af5c5494..6af265f450f7ef6af227b128dcbbb78f13d05583 100644 (file)
@@ -53,6 +53,7 @@ extern unsigned char    HaveStartAddr;  /* True if start address was given */
 extern unsigned long    StartAddr;      /* Start address */
 
 extern unsigned char    VerboseMap;     /* Verbose map file */
+extern unsigned char    AllowMultDef;   /* Allow multiple definitions */
 extern const char*      MapFileName;    /* Name of the map file */
 extern const char*      LabelFileName;  /* Name of the label file */
 extern const char*      DbgFileName;    /* Name of the debug file */