automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/4] ylwrap: refactor: move loop invariant


From: Akim Demaille
Subject: [PATCH 3/4] ylwrap: refactor: move loop invariant
Date: Sat, 14 Jul 2012 10:32:08 +0200

* lib/ylwrap (input_rx): Move its definition next to its sibling's,
outside of the main loop.
---
 lib/ylwrap | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/ylwrap b/lib/ylwrap
index 4ad820d..3efa632 100755
--- a/lib/ylwrap
+++ b/lib/ylwrap
@@ -108,6 +108,7 @@ case "$input" in
     input="`pwd`/$input"
     ;;
 esac
+input_rx=`get_dirname "$input" | quote_for_sed`
 
 # Since DOS filename conventions don't allow two dots,
 # the DOS version of Bison writes out y_tab.c instead of y.tab.c
@@ -176,9 +177,6 @@ ret=$?
 if test $ret -eq 0; then
   set X $pairlist
   shift
-
-  input_rx=`get_dirname "$input" | quote_for_sed`
-
   while test "$#" -ne 0; do
     from=$1
     to=$2
-- 
1.7.11.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]