Module Name:    src
Committed By:   christos
Date:           Tue Apr  9 15:19:45 UTC 2013

Modified Files:
        src/external/bsd/flex/dist: flexdef.h

Log Message:
use a more direct approach.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/flex/dist/flexdef.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/flex/dist/flexdef.h
diff -u src/external/bsd/flex/dist/flexdef.h:1.4 src/external/bsd/flex/dist/flexdef.h:1.5
--- src/external/bsd/flex/dist/flexdef.h:1.4	Sat Apr  6 11:27:05 2013
+++ src/external/bsd/flex/dist/flexdef.h	Tue Apr  9 11:19:45 2013
@@ -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 @@ extern void sf_pop(void);
 /*
  * From "misc.c"
  */
-#ifdef __NetBSD__
+#ifdef __printflike
 __printflike(1, 2)
 #endif
 void lerrsf_fatal (const char *msg, ...);

Reply via email to