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 lint: align the member access macros for...
details: https://anonhg.NetBSD.org/src/rev/b96f3f3851a2
branches: trunk
changeset: 378610:b96f3f3851a2
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Apr 18 10:04:23 2021 +0000
description:
lint: align the member access macros for tnode_t
diffstat:
usr.bin/xlint/lint1/lint1.h | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r a3347359a61d -r b96f3f3851a2 usr.bin/xlint/lint1/lint1.h
--- a/usr.bin/xlint/lint1/lint1.h Sun Apr 18 10:02:16 2021 +0000
+++ b/usr.bin/xlint/lint1/lint1.h Sun Apr 18 10:04:23 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lint1.h,v 1.97 2021/04/18 08:52:04 rillig Exp $ */
+/* $NetBSD: lint1.h,v 1.98 2021/04/18 10:04:23 rillig Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@@ -307,10 +307,10 @@ typedef struct tnode {
} tn_u;
} tnode_t;
-#define tn_left tn_u.tn_s._tn_left
-#define tn_right tn_u.tn_s._tn_right
-#define tn_sym tn_u._tn_sym
-#define tn_val tn_u._tn_val
+#define tn_left tn_u.tn_s._tn_left
+#define tn_right tn_u.tn_s._tn_right
+#define tn_sym tn_u._tn_sym
+#define tn_val tn_u._tn_val
#define tn_string tn_u._tn_string
/*
Home |
Main Index |
Thread Index |
Old Index