X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2Fmkdef_ord.c;h=3904f9ad8aa7b3441b7d425accc680ddc4851d5f;hb=315b77eb1daa01b075f6a08fc88a782f89d88dff;hp=fd999c25add4de5b768ac656e3775302c6e32259;hpb=aa1aa2c24c3b224443702c556a5e1c50f6dc9d05;p=ia32rtools.git diff --git a/tools/mkdef_ord.c b/tools/mkdef_ord.c index fd999c2..3904f9a 100644 --- a/tools/mkdef_ord.c +++ b/tools/mkdef_ord.c @@ -1,3 +1,11 @@ +/* + * ia32rtools + * (C) notaz, 2013,2014 + * + * This work is licensed under the terms of 3-clause BSD license. + * See COPYING file in the top-level directory. + */ + #include #include #include @@ -66,7 +74,7 @@ int main(int argc, char *argv[]) if (*p == 0) continue; - if (IS(p, "//")) + if (IS_START(p, "//")) continue; ret = 0;