* Fixed va_args for the z80
[fw/sdcc] / src / port.h
index 0e6459b77aa44c12008ee7b363e6532ebced1c4f..9bf97e4959a0c5cee4144d69ac46274149e7a780 100644 (file)
@@ -201,6 +201,10 @@ typedef struct
     */
     int (*process_pragma) (const char *sz);
 
+    /** Mangles a support function name to reflect the calling model. 
+     */
+    char *(*getMangledFunctionName) (char *szOrginial);
+
     /** If TRUE, then tprintf and !dw will be used for some initalisers
      */
     bool use_dw_for_init;