eabs 5365 src/lisp.h #define eabs(x) ((x) < 0 ? -(x) : (x)) eabs 4545 test/manual/etags/c-src/emacs/src/lisp.h #define eabs(x) ((x) < 0 ? -(x) : (x))