Added print Allocation info will print
[fw/sdcc] / src / SDCCmem.h
index 54f5229ad4dad1c11105f8883bff681d1ceac589..b52eb9a332ab20d400818206d7c26671834c8d56 100644 (file)
@@ -79,5 +79,5 @@ int         allocVariables (struct symbol  *                );
 void        overlay2Set    (                                );
 void        overlay2data   (                                );
 void        redoStackOffsets(                               );
-
+void        printAllocInfo (struct symbol *, FILE *);
 #endif