Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/envstat no unput
details: https://anonhg.NetBSD.org/src/rev/513a9528e2e3
branches: trunk
changeset: 748601:513a9528e2e3
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 28 22:37:50 2009 +0000
description:
no unput
diffstat:
usr.sbin/envstat/config_lex.l | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r df59b803354d -r 513a9528e2e3 usr.sbin/envstat/config_lex.l
--- a/usr.sbin/envstat/config_lex.l Wed Oct 28 22:22:44 2009 +0000
+++ b/usr.sbin/envstat/config_lex.l Wed Oct 28 22:37:50 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config_lex.l,v 1.4 2008/08/22 11:27:50 pgoyette Exp $ */
+/* $NetBSD: config_lex.l,v 1.5 2009/10/28 22:37:50 christos Exp $ */
/*-
* Copyright (c) 2007 Juan Romero Pardines.
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: config_lex.l,v 1.4 2008/08/22 11:27:50 pgoyette Exp $");
+__RCSID("$NetBSD: config_lex.l,v 1.5 2009/10/28 22:37:50 christos Exp $");
#endif /* not lint */
#include <stdio.h>
@@ -42,6 +42,8 @@
extern int yyerror(const char *, ...);
int yylex(void);
+#define YY_NO_UNPUT
+
%}
%option noyywrap
Home |
Main Index |
Thread Index |
Old Index