diff options
| author | rillig <rillig@NetBSD.org> | 2023-06-14 07:20:54 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2023-06-14 07:20:54 +0000 |
| commit | d3955ebbcb30368c577a941895b3efdeec2c4756 (patch) | |
| tree | b00c8ab62e3075036d7549399761c7a2b9c178ef /usr.bin/indent/debug.c | |
| parent | 54ead8e566e43151ef45d234720331ce3e06e3cf (diff) | |
indent: merge parser symbols for stmt and stmt_list
They were handled in exactly the same way.
Diffstat (limited to 'usr.bin/indent/debug.c')
| -rw-r--r-- | usr.bin/indent/debug.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/indent/debug.c b/usr.bin/indent/debug.c index 65eb119b457..2866834077a 100644 --- a/usr.bin/indent/debug.c +++ b/usr.bin/indent/debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: debug.c,v 1.53 2023/06/10 21:36:38 rillig Exp $ */ +/* $NetBSD: debug.c,v 1.54 2023/06/14 07:20:55 rillig Exp $ */ /*- * Copyright (c) 2023 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: debug.c,v 1.53 2023/06/10 21:36:38 rillig Exp $"); +__RCSID("$NetBSD: debug.c,v 1.54 2023/06/14 07:20:55 rillig Exp $"); #include <stdarg.h> #include <string.h> @@ -99,7 +99,6 @@ const char *const psym_name[] = { "}", "decl", "stmt", - "stmt_list", "for_exprs", "if_expr", "if_expr_stmt", |
