]> git.ipfire.org Git - thirdparty/libtool.git/commit
maint: script to fix prohibit_test_const_follows_var syntax-check.
authorGary V. Vaughan <gary@gnu.org>
Fri, 21 Sep 2012 14:02:39 +0000 (21:02 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 21 Sep 2012 16:03:43 +0000 (23:03 +0700)
commitdc9e7b55fcb1f25d68aca4691c9eaca2a7438a51
tree3c770045eb6901839a0f4dbcee4f04c078411042
parentec0db8383225e191e7902031dbec24dda5a97bfd
maint: script to fix prohibit_test_const_follows_var syntax-check.

Manually fixing these with 962aa91 caused several regressions, so
write a program to redo it.
* build-aux/fix_prohibit_test_const_follows_var: New (throwaway) awk
script to programatically find and correct violations flagged by the
prohibit_test_const_follows_var syntax-check.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
build-aux/fix_prohibit_test_const_follows_var [new file with mode: 0755]