]>
git.gag.com Git - fw/sdcc/blobdiff - as/mcs51/lkeval.c
#include <stdio.h>
#include <string.h>
-#if !defined(_MSC_VER)
-#include <alloc.h>
-#endif
#include "aslink.h"
/*)Module lkeval.c
return(v);
}
if (c == '-') {
- return(-expr(100));
+ return(0-expr(100));
}
if (c == '~') {
return(~expr(100));