* src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
[fw/sdcc] / src / SDCCutil.h
index 7d8f1e2b3c7420c21cf2e22fb7b05f3b2d1c7a20..e312256ca7d8cd96dd3fd92796a193e2a2320a69 100644 (file)
@@ -85,5 +85,8 @@ bool startsWith (const char *sz, const char *key);
 */
 void chomp (char *sz);
 
+hTab *
+getRuntimeVariables(void);
+
 #endif