Removed a comment that became invalid.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 13 Jan 2008 23:21:15 +0000 (23:21 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 13 Jan 2008 23:21:15 +0000 (23:21 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@409 052ea7fc-9027-0410-9066-f65837a77df0

examples/pullscan.rl

index f009dd2..d9e8a57 100644 (file)
@@ -133,7 +133,6 @@ int scan( Scanner *s )
                        return TK_ERR;
 
                if ( token != TK_NO_TOKEN ) {
-                       /* Save p and pe. fbreak does not advance p. */
                        s->len = s->p - s->data;
                        return token;
                }