diff options
Diffstat (limited to 'metachar.c')
-rw-r--r-- | metachar.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/metachar.c b/metachar.c index 971962272a4ae..e510eeb66609d 100644 --- a/metachar.c +++ b/metachar.c @@ -1,4 +1,4 @@ -/* $NetBSD: metachar.c,v 1.6 2020/08/03 20:43:41 rillig Exp $ */ +/* $NetBSD: metachar.c,v 1.8 2020/10/30 19:14:20 rillig Exp $ */ /*- * Copyright (c) 2015 The NetBSD Foundation, Inc. @@ -37,18 +37,15 @@ #include <sys/cdefs.h> #endif -#if defined(__RCSID) && !defined(lint) -__RCSID("$NetBSD: metachar.c,v 1.6 2020/08/03 20:43:41 rillig Exp $"); -#endif - #include "metachar.h" + +MAKE_RCSID("$NetBSD: metachar.c,v 1.8 2020/10/30 19:14:20 rillig Exp $"); + /* * The following array is used to make a fast determination of which * characters are interpreted specially by the shell. If a command * contains any of these characters, it is executed by the shell, not * directly by us. - * - * perhaps move it to ctype? */ unsigned char _metachar[128] = { |