Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/wsmoused no unput
details: https://anonhg.NetBSD.org/src/rev/dbbe6334b060
branches: trunk
changeset: 748602:dbbe6334b060
user: christos <christos%NetBSD.org@localhost>
date: Wed Oct 28 22:49:38 2009 +0000
description:
no unput
diffstat:
usr.sbin/wsmoused/config_lex.l | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 513a9528e2e3 -r dbbe6334b060 usr.sbin/wsmoused/config_lex.l
--- a/usr.sbin/wsmoused/config_lex.l Wed Oct 28 22:37:50 2009 +0000
+++ b/usr.sbin/wsmoused/config_lex.l Wed Oct 28 22:49:38 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config_lex.l,v 1.5 2004/01/05 12:16:25 jmmv Exp $ */
+/* $NetBSD: config_lex.l,v 1.6 2009/10/28 22:49:38 christos Exp $ */
/*
* Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: config_lex.l,v 1.5 2004/01/05 12:16:25 jmmv Exp $");
+__RCSID("$NetBSD: config_lex.l,v 1.6 2009/10/28 22:49:38 christos Exp $");
#endif /* not lint */
#include <stdio.h>
@@ -50,6 +50,8 @@
extern int yyerror(const char *fmt, ...);
int yylex(void);
+#define YY_NO_UNPUT
+
%}
%option noyywrap
Home |
Main Index |
Thread Index |
Old Index