Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/flex/dist use a more direct approach.



details:   https://anonhg.NetBSD.org/src/rev/46faef3fa175
branches:  trunk
changeset: 785991:46faef3fa175
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 09 15:19:45 2013 +0000

description:
use a more direct approach.

diffstat:

 external/bsd/flex/dist/flexdef.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f0550ce459d6 -r 46faef3fa175 external/bsd/flex/dist/flexdef.h
--- a/external/bsd/flex/dist/flexdef.h  Tue Apr 09 13:31:08 2013 +0000
+++ b/external/bsd/flex/dist/flexdef.h  Tue Apr 09 15:19:45 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flexdef.h,v 1.4 2013/04/06 15:27:05 joerg Exp $        */
+/*     $NetBSD: flexdef.h,v 1.5 2013/04/09 15:19:45 christos Exp $     */
 
 
 /* flexdef - definitions file for flex */
@@ -1224,7 +1224,7 @@
 /*
  * From "misc.c"
  */
-#ifdef __NetBSD__
+#ifdef __printflike
 __printflike(1, 2)
 #endif
 void lerrsf_fatal (const char *msg, ...);



Home | Main Index | Thread Index | Old Index