summaryrefslogtreecommitdiffstats
path: root/bin/sh/arith_lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/arith_lex.l')
-rw-r--r--bin/sh/arith_lex.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l
index 6836d80..6c1b171 100644
--- a/bin/sh/arith_lex.l
+++ b/bin/sh/arith_lex.l
@@ -34,12 +34,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: arith_lex.l,v 1.9 1997/02/22 13:58:21 peter Exp $
+ * $Id: arith_lex.l,v 1.10 1998/05/18 06:43:28 charnier Exp $
*/
-#ifndef lint
+#if 0
static char sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95";
-#endif /* not lint */
+#endif
#include <unistd.h>
#include "y.tab.h"
OpenPOWER on IntegriCloud