summaryrefslogtreecommitdiff
path: root/expat/gennmtab
diff options
context:
space:
mode:
authorJames Clark <jjc@jclark.com>2000-04-21 04:20:31 +0000
committerJames Clark <jjc@jclark.com>2000-04-21 04:20:31 +0000
commit8fd4a833187f53e02b6fe2b1513ea47a780293c4 (patch)
treeef071970124d16fcee80bf0361c972e90b62bc7d /expat/gennmtab
parent4e9aea4c1b2c04bb101a829b9c364e144f90b83e (diff)
downloadlibexpat-git-8fd4a833187f53e02b6fe2b1513ea47a780293c4.tar.gz
Fix screwup in changing copyright notices
Diffstat (limited to 'expat/gennmtab')
-rwxr-xr-xexpat/gennmtab/gennmtab.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/expat/gennmtab/gennmtab.c b/expat/gennmtab/gennmtab.c
index 001bf583..4cbdf91d 100755
--- a/expat/gennmtab/gennmtab.c
+++ b/expat/gennmtab/gennmtab.c
@@ -1,5 +1,7 @@
-/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
-See the file copying.txt for copying permission. */
+/*
+Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
+See the file copying.txt for copying permission.
+*/
#include <string.h>
#include <stdio.h>
@@ -222,6 +224,7 @@ struct range nmstrt[] = {
{ 0x3021, 0x3029 },
};
+/* name chars that are not name start chars */
struct range name[] = {
{ '.' },
{ '-' },