Petr Machata <[email protected]> писал(а) в своём письме Mon, 20 Apr 2015 10:49:22 +0300:

Роман Донченко <[email protected]> writes:

-       if (strncmp(str, "typedef", 7) == 0) {
+       if (strncmp(str, "typedef ", 8) == 0) {

Agreed, the test is wrong.  The new test however disallows "typedef"
followed by a tab character.  It would be better fixed by dispatching to
try_parse_kwd.

For the record, I thought this was okay, because eat_spaces doesn't recognize tabs either. You might want to fix that, too.

_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Reply via email to