fix comment check
authornotaz <notasas@gmail.com>
Tue, 20 May 2014 22:46:55 +0000 (01:46 +0300)
committernotaz <notasas@gmail.com>
Tue, 20 May 2014 22:46:55 +0000 (01:46 +0300)
tools/mkdef_ord.c

index f4313b8..3904f9a 100644 (file)
@@ -74,7 +74,7 @@ int main(int argc, char *argv[])
     if (*p == 0)
       continue;
 
-    if (IS(p, "//"))
+    if (IS_START(p, "//"))
       continue;
 
     ret = 0;