aboutsummaryrefslogtreecommitdiff
path: root/metachar.c
diff options
context:
space:
mode:
Diffstat (limited to 'metachar.c')
-rw-r--r--metachar.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/metachar.c b/metachar.c
index e510eeb66609..dcb049dff44d 100644
--- a/metachar.c
+++ b/metachar.c
@@ -1,6 +1,6 @@
-/* $NetBSD: metachar.c,v 1.8 2020/10/30 19:14:20 rillig Exp $ */
+/* $NetBSD: metachar.c,v 1.9 2021/01/19 20:51:46 rillig Exp $ */
-/*-
+/*
* Copyright (c) 2015 The NetBSD Foundation, Inc.
* All rights reserved.
*
@@ -39,7 +39,7 @@
#include "metachar.h"
-MAKE_RCSID("$NetBSD: metachar.c,v 1.8 2020/10/30 19:14:20 rillig Exp $");
+MAKE_RCSID("$NetBSD: metachar.c,v 1.9 2021/01/19 20:51:46 rillig Exp $");
/*
* The following array is used to make a fast determination of which
@@ -82,4 +82,3 @@ unsigned char _metachar[128] = {
/* x y z { | } ~ del */
0, 0, 0, 1, 1, 1, 1, 0,
};
-