Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/xlint/lint1 Pull up revision 1.10 (requested by...
details: https://anonhg.NetBSD.org/src/rev/1743d6d2effc
branches: netbsd-1-4
changeset: 471104:1743d6d2effc
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 16:33:20 2000 +0000
description:
Pull up revision 1.10 (requested by he):
Format string cleanup.
diffstat:
usr.bin/xlint/lint1/externs1.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0cab7732e939 -r 1743d6d2effc usr.bin/xlint/lint1/externs1.h
--- a/usr.bin/xlint/lint1/externs1.h Thu Oct 19 16:33:18 2000 +0000
+++ b/usr.bin/xlint/lint1/externs1.h Thu Oct 19 16:33:20 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: externs1.h,v 1.8 1998/02/22 15:40:39 christos Exp $ */
+/* $NetBSD: externs1.h,v 1.8.2.1 2000/10/19 16:33:20 he Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -117,7 +117,8 @@
extern void warning __P((int, ...));
extern void message __P((int, ...));
extern int gnuism __P((int, ...));
-extern void lerror __P((const char *, ...)) __attribute__((__noreturn__));
+extern void lerror __P((const char *, ...))
+ __attribute__((__noreturn__,__format__(__printf__, 1, 2)));
/*
* decl.c
Home |
Main Index |
Thread Index |
Old Index