Re: [Flex-devel] [PATCH] add prototype for lerrsf_fatal
flex is a tool for generating scanners
Brought to you by:
wlestes
From: Will E. <wes...@gm...> - 2012-08-04 23:55:10
|
Thanks Mike. Applied and pushed up to sourceforge. --Will On Saturday, 4 August 2012, 3:51 pm -0400, Mike Frysinger <va...@ge...> wrote: > Signed-off-by: Mike Frysinger <va...@ge...> > --- > flexdef.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/flexdef.h b/flexdef.h > index 0e81410..046dd9a 100644 > --- a/flexdef.h > +++ b/flexdef.h > @@ -908,6 +908,9 @@ extern void lerrif PROTO ((const char *, int)); > /* Report an error message formatted with one string argument. */ > extern void lerrsf PROTO ((const char *, const char *)); > > +/* Like lerrsf, but also exit after displaying message. */ > +extern void lerrsf_fatal PROTO ((const char *, const char *)); > + > /* Spit out a "#line" statement. */ > extern void line_directive_out PROTO ((FILE *, int)); > > -- > 1.7.9.7 > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Flex-devel mailing list > Fle...@li... > https://lists.sourceforge.net/lists/listinfo/flex-devel -- Will Estes (wl...@us...) Flex Project Maintainer http://flex.sourceforge.net/ |