notaz.gp2x.de
/
ia32rtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afdd456
)
fix comment check
author
notaz
<notasas@gmail.com>
Tue, 20 May 2014 22:46:55 +0000
(
01:46
+0300)
committer
notaz
<notasas@gmail.com>
Tue, 20 May 2014 22:46:55 +0000
(
01:46
+0300)
tools/mkdef_ord.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/mkdef_ord.c
b/tools/mkdef_ord.c
index
f4313b8
..
3904f9a
100644
(file)
--- a/
tools/mkdef_ord.c
+++ b/
tools/mkdef_ord.c
@@
-74,7
+74,7
@@
int main(int argc, char *argv[])
if (*p == 0)
continue;
- if (IS(p, "//"))
+ if (IS
_START
(p, "//"))
continue;
ret = 0;