applied a patch from the imagemap author
Maurits Rijk <lpeek.mrijk@consunet.nl>. --Sven
This commit is contained in:
@ -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>
|
2000-04-11 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* libgimp/gimpenv.c (gimp_path_get_user_writable_dir): The stat()
|
* libgimp/gimpenv.c (gimp_path_get_user_writable_dir): The stat()
|
||||||
|
@ -23,6 +23,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "imap_cern_parse.h"
|
#include "imap_cern_parse.h"
|
||||||
|
|
||||||
|
#ifdef FLEX_SCANNER
|
||||||
|
#define YY_NO_UNPUT
|
||||||
|
#endif /* FLEX_SCANNER */
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%option noyywrap
|
%option noyywrap
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Generates clickable image maps.
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -23,6 +23,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "imap_csim_parse.h"
|
#include "imap_csim_parse.h"
|
||||||
|
|
||||||
|
#ifdef FLEX_SCANNER
|
||||||
|
#define YY_NO_UNPUT
|
||||||
|
#endif /* FLEX_SCANNER */
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%option noyywrap
|
%option noyywrap
|
||||||
|
@ -23,6 +23,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "imap_ncsa_parse.h"
|
#include "imap_ncsa_parse.h"
|
||||||
|
|
||||||
|
#ifdef FLEX_SCANNER
|
||||||
|
#define YY_NO_UNPUT
|
||||||
|
#endif /* FLEX_SCANNER */
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|
||||||
%option noyywrap
|
%option noyywrap
|
||||||
|
Reference in New Issue
Block a user