]> git.saurik.com Git - bison.git/commit
Get rid of tabulations in the Java output.
authorAkim Demaille <demaille@gostai.com>
Tue, 11 Nov 2008 13:42:35 +0000 (14:42 +0100)
committerAkim Demaille <demaille@gostai.com>
Tue, 11 Nov 2008 13:42:35 +0000 (14:42 +0100)
commit11707b2b48fb781ff0e7fd3befdfb02f787a76e4
tree3501449d0e8f3a2d986eba4cd6993761fc58363e
parent905f069774cbcf94c6f46e8768e1f6a4a2e72591
Get rid of tabulations in the Java output.

Test 214 was failing: it greps with a pattern containing [    ]* which
obviously meant to catch spaces and tabs, but contained only tabs.
Tabulations in sources are a nuisance, so to simplify the matter, get rid
of all the tabulations in the Java sources.  The other skeletons will be
treated equally later.

* data/java.m4, data/lalr1.java: Untabify.
* tests/java.at: Simplify AT_CHECK_JAVA_GREP invocations:
tabulations are no longer generated.
data/java.m4
data/lalr1.java
tests/java.at