Module Name: src
Committed By: rillig
Date: Wed Oct 20 05:41:57 UTC 2021
Modified Files:
src/usr.bin/indent: indent.h
Log Message:
indent: add reminder to make the code understandable for humans
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/usr.bin/indent/indent.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/indent/indent.h
diff -u src/usr.bin/indent/indent.h:1.42 src/usr.bin/indent/indent.h:1.43
--- src/usr.bin/indent/indent.h:1.42 Wed Oct 20 05:37:21 2021
+++ src/usr.bin/indent/indent.h Wed Oct 20 05:41:57 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: indent.h,v 1.42 2021/10/20 05:37:21 rillig Exp $ */
+/* $NetBSD: indent.h,v 1.43 2021/10/20 05:41:57 rillig Exp $ */
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
@@ -249,6 +249,7 @@ extern bool inhibit_formatting; /* true
#define STACKSIZE 256
+/* TODO: group the members by purpose, don't sort them alphabetically */
extern struct parser_state {
token_type last_token;