Check for '.' in filename only, not the whole path.
[fw/sdcc] / as / mcs51 / aslink.h
index fa4f1d1f5558ab01979ef8626394dedb4d99d801..263467a07e5d0c3df7609e366ae13a53c4bf05e9 100644 (file)
@@ -459,6 +459,10 @@ extern     unsigned char   ctype[];        /*      array of character types, one per
                                 *      ASCII character
                                 */
 
+extern char sdccopt[NINPUT];
+extern char sdccopt_module[NINPUT];
+extern char curr_module[NINPUT];
+
 /*
  *     Character Type Definitions
  */