device/lib/Makefile.in: added missing z80 object files
[fw/sdcc] / src / port.h
index 835b55fb5a73ab18631ff7a174b6a10a1a395a43..5bb49e82de4a793bd769774eae319448cf152312 100644 (file)
@@ -57,6 +57,8 @@ typedef struct
 
     struct
       {
+        /** Pointer to glue function */
+        void (*do_glue)(void);
        /** TRUE if all types of glue functions should be inserted into
            the file that also defines main.
            We dont want this in cases like the z80 where the startup