about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-22 08:17:50 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-22 08:17:50 +0000
commit5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5 (patch)
tree0484a8e60b4687b23bc4a82cbf6c90ddef032d92
parent44cd8ebe74451e0bb6fec83c723c168c4084d9b8 (diff)
downloadzsh-5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5.tar.gz
zsh-5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5.tar.xz
zsh-5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5.zip
zsh-workers/8711
-rw-r--r--Src/math.c2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Src/math.c b/Src/math.c
index 7e4230c9b..1f073ba2e 100644
--- a/Src/math.c
+++ b/Src/math.c
@@ -367,7 +367,7 @@ zzlex(void)
 #ifdef USE_LOCALE
 		    setlocale(LC_NUMERIC, prev_locale);
 #endif
-		    if (ptr == nptr || *nptr == '.' ) {
+		    if (ptr == nptr || *nptr == '.') {
 			zerr("bad floating point constant", NULL, 0);
 			return EOI;
 		    }
diff --git a/configure.in b/configure.in
index edd6ca727..9dab1a9f9 100644
--- a/configure.in
+++ b/configure.in
@@ -398,7 +398,7 @@ AC_PROG_MAKE_SET            dnl Does make define $MAKE
 AC_PROG_INSTALL             dnl Check for BSD compatible `install'
 AC_PROG_AWK                 dnl Check for mawk,gawk,nawk, then awk.
 AC_PROG_LN                  dnl Check for working ln, for "make install"
-AC_CHECK_PROGS([YODL], [yodl], [exit 0; yodl])
+AC_CHECK_PROGS([YODL], [yodl], [: yodl])
 
 dnl ------------------
 dnl CHECK HEADER FILES