summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/sh.dol.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-06-10 22:07:54 +0000
committerobrien <obrien@FreeBSD.org>2000-06-10 22:07:54 +0000
commit87ba46f5589fc1e4024822d98ffd67cd03314085 (patch)
treeb1f870e87db9371957cba3300aeffba1502e6d9c /contrib/tcsh/sh.dol.c
parent5bc99b103657e5e060a1f6c3d4be5d12bbc83a57 (diff)
downloadFreeBSD-src-87ba46f5589fc1e4024822d98ffd67cd03314085.zip
FreeBSD-src-87ba46f5589fc1e4024822d98ffd67cd03314085.tar.gz
Offical fixes to quiet compiler warnings.
Diffstat (limited to 'contrib/tcsh/sh.dol.c')
-rw-r--r--contrib/tcsh/sh.dol.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/tcsh/sh.dol.c b/contrib/tcsh/sh.dol.c
index 92c3a6b..29e5eb2 100644
--- a/contrib/tcsh/sh.dol.c
+++ b/contrib/tcsh/sh.dol.c
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/sh.dol.c,v 3.39 2000/01/14 22:57:27 christos Exp $ */
+/* $Header: /src/pub/tcsh/sh.dol.c,v 3.40 2000/06/10 21:36:06 kim Exp $ */
/*
* sh.dol.c: Variable substitutions
*/
@@ -36,7 +36,7 @@
*/
#include "sh.h"
-RCSID("$Id: sh.dol.c,v 3.39 2000/01/14 22:57:27 christos Exp $")
+RCSID("$Id: sh.dol.c,v 3.40 2000/06/10 21:36:06 kim Exp $")
/*
* C shell
@@ -225,7 +225,9 @@ Dpack(wbuf, wp)
Gcat(STRNULL, wbuf);
return (NULL);
}
+#if defined(DSPMBYTE)
mbyteskip:
+#endif /* DSPMBYTE */
if (--i <= 0)
stderror(ERR_WTOOLONG);
*wp++ = (Char) c;
OpenPOWER on IntegriCloud