X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2Fmkdef_ord.c;h=3873c3a4f3f5be007a81c4385491f7e459223888;hb=3084511901606db82741bffafc8582ab9b7591cc;hp=3904f9ad8aa7b3441b7d425accc680ddc4851d5f;hpb=71d50aa7a431645296bc8624618e02e7f3bf73ac;p=ia32rtools.git diff --git a/tools/mkdef_ord.c b/tools/mkdef_ord.c index 3904f9a..3873c3a 100644 --- a/tools/mkdef_ord.c +++ b/tools/mkdef_ord.c @@ -12,10 +12,7 @@ #include "my_assert.h" #include "my_str.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 "common.h" #include "protoparse.h"