eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/dic/er.l


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/dic/er.l
Date: Thu, 05 May 2005 19:45:14 -0400

Index: eliot/dic/er.l
diff -u eliot/dic/er.l:1.7 eliot/dic/er.l:1.8
--- eliot/dic/er.l:1.7  Wed Apr 27 17:35:03 2005
+++ eliot/dic/er.l      Thu May  5 23:45:04 2005
@@ -1,4 +1,22 @@
 %{
+/* Eliot                                                                     */
+/* Copyright (C) 2005  Antoine Fraboulet                                     */
+/*                                                                           */
+/* This file is part of Eliot.                                               */
+/*                                                                           */
+/* Eliot is free software; you can redistribute it and/or modify             */
+/* it under the terms of the GNU General Public License as published by      */
+/* the Free Software Foundation; either version 2 of the License, or         */
+/* (at your option) any later version.                                       */
+/*                                                                           */
+/* Elit is distributed in the hope that it will be useful,                   */
+/* but WITHOUT ANY WARRANTY; without even the implied warranty of            */
+/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
+/* GNU General Public License for more details.                              */
+/*                                                                           */
+/* You should have received a copy of the GNU General Public License         */
+/* along with this program; if not, write to the Free Software               */
+/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
 #include "dic.h"
 #include "regexp.h"
@@ -12,7 +30,7 @@
 %option header-file="scanner.h"
 %option reentrant bison-bridge
 %option bison-locations
-%option noyywrap
+%option noyywrap nounput
 
 /* TODO : remove lexer translation */
 alphabet [a-zA-Z]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]