Added print Allocation info will print
[fw/sdcc] / src / port.h
index fb2bc1b765cc551c8b44b44807a85739d4305b08..081e26db06f2010008fe04ea183d191d709c95ec 100644 (file)
@@ -30,6 +30,8 @@ typedef struct {
        const char *debug_opts;
        /** Arguments for normal assembly mode.  PENDING: ignored */
        const char *plain_opts;
+       /* print externs as global */
+       int externGlobal;
     } assembler;
 
     /* linker related info */