An sfr/sbit can have an "at #" AND an initializer
[fw/sdcc] / link / z80 / lkeval.c
index 59a6c6b6f5d00f35342e87297e460d5fba145b12..2dff89bee6853237d8f5a680ba1f8052398c55d1 100644 (file)
@@ -11,7 +11,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <alloc.h>
+//#include <alloc.h>
 #include "aslink.h"
 
 /*)Module      lkeval.c
@@ -303,6 +303,8 @@ term()
                        return(symval(sp));
                }
        }
+        /* Shouldn't get here. */
+        return 0;
 }
 
 /*)Function    int     digit(c, r)