From df42428cc0175b4d8a3814ef8328dd0fdc14cca9 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 11 Apr 2000 20:18:11 +0000 Subject: [PATCH] applied a patch from the imagemap author Maurits Rijk . --Sven --- ChangeLog | 7 +++++++ plug-ins/imagemap/imap_cern.l | 5 +++++ plug-ins/imagemap/imap_csim.l | 7 ++++++- plug-ins/imagemap/imap_ncsa.l | 5 +++++ 4 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ac4659e658..66ba972110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-04-11 Sven Neumann + + * plug-ins/imagemap/imap_cern.l + * plug-ins/imagemap/imap_csim.l + * plug-ins/imagemap/imap_ncsa.l: applied a patch from the + imagemap author Maurits Rijk . + 2000-04-11 Tor Lillqvist * libgimp/gimpenv.c (gimp_path_get_user_writable_dir): The stat() diff --git a/plug-ins/imagemap/imap_cern.l b/plug-ins/imagemap/imap_cern.l index 80f7ac4a12..c47f10f2f0 100755 --- a/plug-ins/imagemap/imap_cern.l +++ b/plug-ins/imagemap/imap_cern.l @@ -23,6 +23,11 @@ */ #include "imap_cern_parse.h" + +#ifdef FLEX_SCANNER +#define YY_NO_UNPUT +#endif /* FLEX_SCANNER */ + %} %option noyywrap diff --git a/plug-ins/imagemap/imap_csim.l b/plug-ins/imagemap/imap_csim.l index a9a96fff8e..3edc9774db 100755 --- a/plug-ins/imagemap/imap_csim.l +++ b/plug-ins/imagemap/imap_csim.l @@ -4,7 +4,7 @@ * * Generates clickable image maps. * - * Copyright (C) 1998-1999 Maurits Rijk lpeek.mrijk@consunet.nl + * Copyright (C) 1998-2000 Maurits Rijk lpeek.mrijk@consunet.nl * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,6 +23,11 @@ */ #include "imap_csim_parse.h" + +#ifdef FLEX_SCANNER +#define YY_NO_UNPUT +#endif /* FLEX_SCANNER */ + %} %option noyywrap diff --git a/plug-ins/imagemap/imap_ncsa.l b/plug-ins/imagemap/imap_ncsa.l index a06d09f740..64437909b2 100755 --- a/plug-ins/imagemap/imap_ncsa.l +++ b/plug-ins/imagemap/imap_ncsa.l @@ -23,6 +23,11 @@ */ #include "imap_ncsa_parse.h" + +#ifdef FLEX_SCANNER +#define YY_NO_UNPUT +#endif /* FLEX_SCANNER */ + %} %option noyywrap