FreeBSD indent r340138
This commit is contained in:
parent
acb7f73ba3
commit
b844317c23
|
@ -1,5 +1,3 @@
|
|||
/* $NetBSD: indent.h,v 1.1 2019/04/04 15:27:35 kamil Exp $ */
|
||||
|
||||
/*-
|
||||
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
|
||||
*
|
||||
|
@ -29,16 +27,8 @@
|
|||
*/
|
||||
|
||||
#if 0
|
||||
#if defined(__NetBSD__)
|
||||
__RCSID("$NetBSD: indent.h,v 1.1 2019/04/04 15:27:35 kamil Exp $");
|
||||
#elif defined(__FreeBSD__)
|
||||
__FBSDID("$FreeBSD: head/usr.bin/indent/indent.h 336333 2018-07-16 05:46:50Z pstef $");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef nitems
|
||||
#define nitems(array) (sizeof (array) / sizeof (array[0]))
|
||||
#endif
|
||||
|
||||
void add_typename(const char *);
|
||||
void alloc_typenames(void);
|
||||
|
|
Loading…
Reference in New Issue