applied a patch from the imagemap author

Maurits Rijk <lpeek.mrijk@consunet.nl>.


--Sven
This commit is contained in:
Sven Neumann
2000-04-11 20:18:11 +00:00
parent cfab7a9aa3
commit df42428cc0
4 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2000-04-11 Sven Neumann <sven@gimp.org>
* 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 <lpeek.mrijk@consunet.nl>.
2000-04-11 Tor Lillqvist <tml@iki.fi>
* libgimp/gimpenv.c (gimp_path_get_user_writable_dir): The stat()

View File

@ -23,6 +23,11 @@
*/
#include "imap_cern_parse.h"
#ifdef FLEX_SCANNER
#define YY_NO_UNPUT
#endif /* FLEX_SCANNER */
%}
%option noyywrap

View File

@ -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

View File

@ -23,6 +23,11 @@
*/
#include "imap_ncsa_parse.h"
#ifdef FLEX_SCANNER
#define YY_NO_UNPUT
#endif /* FLEX_SCANNER */
%}
%option noyywrap