From 2ca0a9a7fbfb8fa635bb19255ab351359ef0d32c Mon Sep 17 00:00:00 2001 From: cracauer Date: Tue, 25 Aug 1998 09:33:34 +0000 Subject: Improve bookkeeping of in_waitcmd and style fixes. Submitted by: Bruce Evans --- bin/sh/arith_lex.l | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/sh/arith_lex.l') diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l index 6c1b171..b5ca746 100644 --- a/bin/sh/arith_lex.l +++ b/bin/sh/arith_lex.l @@ -34,12 +34,16 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: arith_lex.l,v 1.10 1998/05/18 06:43:28 charnier Exp $ + * $Id: arith_lex.l,v 1.11 1998/08/24 10:20:36 cracauer Exp $ */ +#ifndef lint #if 0 static char sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95"; #endif +static const char rcsid[] = + "$Id$"; +#endif /* not lint */ #include #include "y.tab.h" -- cgit v1.1