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/usr.bin/indent/indent.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/indent/indent.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.89 retrieving revision 1.90 diff -u -p -r1.89 -r1.90 --- src/usr.bin/indent/indent.c 2021/09/27 16:56:35 1.89 +++ src/usr.bin/indent/indent.c 2021/09/27 18:21:47 1.90 @@ -1,4 +1,4 @@ -/* $NetBSD: indent.c,v 1.89 2021/09/27 16:56:35 rillig Exp $ */ +/* $NetBSD: indent.c,v 1.90 2021/09/27 18:21:47 rillig Exp $ */ /*- * SPDX-License-Identifier: BSD-4-Clause @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)indent.c 5.1 #include #if defined(__NetBSD__) -__RCSID("$NetBSD: indent.c,v 1.89 2021/09/27 16:56:35 rillig Exp $"); +__RCSID("$NetBSD: indent.c,v 1.90 2021/09/27 18:21:47 rillig Exp $"); #elif defined(__FreeBSD__) __FBSDID("$FreeBSD: head/usr.bin/indent/indent.c 340138 2018-11-04 19:24:49Z oshogbo $"); #endif @@ -379,7 +379,6 @@ main_init_globals(void) buf_init(&lab); buf_init(&code); buf_init(&token); - alloc_typenames(); opt.else_if = true; /* XXX: redundant? */ in_buffer = xmalloc(10);