]> git.saurik.com Git - bison.git/commit - data/glr.cc
global: remove unnecessary horizontal tabs.
authorJoel E. Denny <joeldenny@joeldenny.org>
Sun, 24 Jul 2011 21:50:37 +0000 (17:50 -0400)
committerJoel E. Denny <joeldenny@joeldenny.org>
Sun, 24 Jul 2011 22:13:05 +0000 (18:13 -0400)
commite9690142325711b320ef444768fdd40a087d02f7
tree28c5cb5ed1b642dcae974e6ab3f927ab2157932a
parentc12aa01f82a03db044985513a878497e5ab58377
global: remove unnecessary horizontal tabs.

This change was made by applying emacs' untabify function to
nearly all files in Bison's repository.  Required tabs in make
files, ChangeLog, regexps, and test code were manually skipped.
Other notable exceptions and changes are listed below.
* bootstrap: Skip because we sync this with gnulib.
* data/m4sugar/foreach.m4
* data/m4sugar/m4sugar.m4: Skip because we sync these with
Autoconf.
* djgpp: Skip because I don't know how to test djgpp properly, and
this code appears to be unmaintained anyway.
* README-hacking (Hacking): Specify that tabs should be avoided
where not required.
98 files changed:
ChangeLog
NEWS
README-hacking
REFERENCES
TODO
build-aux/cross-options.pl
build-aux/local.mk
configure.ac
data/bison.m4
data/c++.m4
data/c.m4
data/glr.c
data/glr.cc
data/lalr1.cc
data/local.mk
data/location.cc
data/stack.hh
data/xslt/xml2dot.xsl
data/xslt/xml2text.xsl
data/xslt/xml2xhtml.xsl
data/yacc.c
doc/Doxyfile.in
doc/local.mk
etc/bench.pl.in
etc/prefix-gnulib-mk
examples/calc++/Makefile.am
examples/extexi
lib/abitset.c
lib/bbitset.h
lib/bitset.c
lib/bitset.h
lib/bitset_stats.c
lib/bitsetv-print.c
lib/bitsetv.c
lib/ebitset.c
lib/lbitset.c
lib/timevar.c
lib/vbitset.c
m4/c-working.m4
m4/cxx.m4
src/LR0.c
src/closure.c
src/complain.c
src/complain.h
src/conflicts.c
src/derives.c
src/files.c
src/flex-scanner.h
src/getargs.c
src/getargs.h
src/gram.c
src/gram.h
src/graphviz.c
src/graphviz.h
src/lalr.c
src/local.mk
src/location.c
src/location.h
src/muscle-tab.c
src/muscle-tab.h
src/nullable.c
src/output.c
src/parse-gram.c
src/parse-gram.y
src/print-xml.c
src/print.c
src/print_graph.c
src/reader.c
src/reader.h
src/reduce.c
src/relation.c
src/scan-code.l
src/scan-gram.l
src/scan-skel.l
src/state.c
src/state.h
src/symlist.c
src/symtab.c
src/symtab.h
src/system.h
src/tables.c
src/uniqstr.c
tests/actions.at
tests/atlocal.in
tests/c++.at
tests/calc.at
tests/cxx-type.at
tests/existing.at
tests/glr-regression.at
tests/java.at
tests/local.at
tests/local.mk
tests/named-refs.at
tests/output.at
tests/regression.at
tests/sets.at
tests/testsuite.at
tests/torture.at