Codebase list flex / 3c0f34c
scanner: Remove unused BASENAME() macro. (Simply forgot to do so in commit fb731ac0221e1866534dfe072b84b8af7a5d88f3) Explorer09 authored 6 years ago Will Estes committed 6 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4444 #include <setjmp.h>
4545 #include <ctype.h>
4646 #include <string.h>
47 #define BASENAME(p) strrchr(p, '/') ? strrchr(p, '/') + 1 : strrchr(p, '\\') ? strrchr(p, '\\') + 1 : p
4847 #include <math.h>
4948
5049 #ifdef HAVE_ASSERT_H