* src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
[fw/sdcc] / src / SDCCutil.c
index a4c9d932c776bf8404d383fdff1eecbff54720b8..75475d3db84dc76b4e9fec14efc7c05becf532c4 100644 (file)
@@ -313,3 +313,8 @@ chomp (char *sz)
     *nl = '\0';
 }
 
+hTab *
+getRuntimeVariables(void)
+{
+  return _mainValues;
+}