]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCCsymt.h
cleaned up the mess I left behind
[fw/sdcc] / src / SDCCsymt.h
index d13e58edad648c42c9121a237b43b4d0757f8894..6511a8cab7043eb48c20178b623696d6a5ac5c39 100644 (file)
@@ -364,8 +364,6 @@ extern sym_link *validateLink(sym_link      *l,
 #define FUNC_ISOVERLAY(x) (x->funcAttrs.overlay)
 #define IFFUNC_ISOVERLAY(x) (IS_FUNC(x) && FUNC_ISOVERLAY(x))
 
-
-// jwk: I am not sure about this
 #define IFFUNC_ISBANKEDCALL(x) (!IFFUNC_NONBANKED(x) && \
   (options.model == MODEL_LARGE || \
    options.model == MODEL_MEDIUM || \