X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2Fcvt_data.c;h=60e6187ea96b66f3cbaa357133518a521ed1ca3e;hb=3084511901606db82741bffafc8582ab9b7591cc;hp=c71c2f8b3563a66ff12d0bb820bc9d0f6ea41988;hpb=71d50aa7a431645296bc8624618e02e7f3bf73ac;p=ia32rtools.git diff --git a/tools/cvt_data.c b/tools/cvt_data.c index c71c2f8..60e6187 100644 --- a/tools/cvt_data.c +++ b/tools/cvt_data.c @@ -17,10 +17,6 @@ #include "my_str.h" #include "common.h" -#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) -#define IS(w, y) !strcmp(w, y) -#define IS_START(w, y) !strncmp(w, y, strlen(y)) - #include "protoparse.h" static const char *asmfn;