Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/lint1 fix indent
details: https://anonhg.NetBSD.org/src/rev/90d384ef6f12
branches: trunk
changeset: 358759:90d384ef6f12
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 15 22:14:24 2018 +0000
description:
fix indent
diffstat:
usr.bin/xlint/lint1/err.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r 3324751e6f27 -r 90d384ef6f12 usr.bin/xlint/lint1/err.c
--- a/usr.bin/xlint/lint1/err.c Mon Jan 15 21:58:54 2018 +0000
+++ b/usr.bin/xlint/lint1/err.c Mon Jan 15 22:14:24 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: err.c,v 1.51 2016/08/19 10:19:45 christos Exp $ */
+/* $NetBSD: err.c,v 1.52 2018/01/15 22:14:24 christos Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: err.c,v 1.51 2016/08/19 10:19:45 christos Exp $");
+__RCSID("$NetBSD: err.c,v 1.52 2018/01/15 22:14:24 christos Exp $");
#endif
#include <sys/types.h>
@@ -163,11 +163,11 @@
"undefined struct/union member: %s", /* 101 */
"illegal member use: %s", /* 102 */
"left operand of '.' must be struct/union object", /* 103 */
- "left operand of '->' must be pointer to struct/union and is %s", /* 104 */
+ "left operand of '->' must be pointer to struct/union not %s",/* 104 */
"non-unique member requires struct/union %s", /* 105 */
"left operand of '->' must be pointer", /* 106 */
- "operands of '%s' have incompatible types (%s != %s)", /* 107 */
- "operand of '%s' has incompatible type (%s != %s)", /* 108 */
+ "operands of '%s' have incompatible types (%s != %s)", /* 107 */
+ "operand of '%s' has incompatible type (%s != %s)", /* 108 */
"void type illegal in expression", /* 109 */
"pointer to function is not allowed here", /* 110 */
"unacceptable operand of '%s'", /* 111 */
Home |
Main Index |
Thread Index |
Old Index