Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/bin/expr/expr.y,v rcsdiff: /ftp/cvs/cvsroot/src/bin/expr/expr.y,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.37 retrieving revision 1.37.2.1 diff -u -p -r1.37 -r1.37.2.1 --- src/bin/expr/expr.y 2011/08/25 01:11:47 1.37 +++ src/bin/expr/expr.y 2012/04/17 00:01:36 1.37.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: expr.y,v 1.37 2011/08/25 01:11:47 joerg Exp $ */ +/* $NetBSD: expr.y,v 1.37.2.1 2012/04/17 00:01:36 yamt Exp $ */ /*_ * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -32,7 +32,7 @@ %{ #include #ifndef lint -__RCSID("$NetBSD: expr.y,v 1.37 2011/08/25 01:11:47 joerg Exp $"); +__RCSID("$NetBSD: expr.y,v 1.37.2.1 2012/04/17 00:01:36 yamt Exp $"); #endif /* not lint */ #include @@ -430,7 +430,7 @@ yylex(void) /* * Print error message and exit with error 2 (syntax error). */ -static void +static __printflike(1, 2) void yyerror(const char *fmt, ...) { va_list arg;