maint: make tac.c slightly cleaner
commit385634c8dd512fc4fae46310266247b8fcf2a85a
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Oct 2011 05:43:58 +0000 (18 07:43 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Oct 2011 05:43:58 +0000 (18 07:43 +0200)
tree46c65697733fea552596c4e1404b0b169015adf1
parent866844826c3274d1ca8487aaa23dbc3b55c4fa59
maint: make tac.c slightly cleaner

* src/tac.c (copy_to_temp): Now that the template string tacXXXXXX
is used in only one place, don't bother using a separate variable.
Also, using three unconditional assignments seems slightly clearer.
src/tac.c