* as/link/aslink.h,
[fw/sdcc] / as / link / z80 / lkeval.c
index e4bfe1d525236ba00fc390e425c5cecb4d0b3bad..14e9cf677092142684eed0e013de6237a4735587 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <stdio.h>
 #include <string.h>
-//#include <alloc.h>
 #include "aslink.h"
 
 /*)Module      lkeval.c
@@ -304,7 +303,7 @@ term()
                }
        }
         /* Shouldn't get here. */
-        return 0;
+        return(0);
 }
 
 /*)Function    int     digit(c, r)