summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef/common.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-11-27 23:11:05 +0000
committerache <ache@FreeBSD.org>2001-11-27 23:11:05 +0000
commit8eefba4b031a631b63aa69d705a07522aa6c30fc (patch)
tree811727f335d56d8715801ac42395726f745690d1 /usr.bin/colldef/common.h
parentdf947dedc97a0d45a0248ee819fe76f78dbdd3e1 (diff)
downloadFreeBSD-src-8eefba4b031a631b63aa69d705a07522aa6c30fc.zip
FreeBSD-src-8eefba4b031a631b63aa69d705a07522aa6c30fc.tar.gz
Move extern definitions to common.h
Increase charmap symbol length to 64
Diffstat (limited to 'usr.bin/colldef/common.h')
-rw-r--r--usr.bin/colldef/common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/colldef/common.h b/usr.bin/colldef/common.h
new file mode 100644
index 0000000..9497e17
--- /dev/null
+++ b/usr.bin/colldef/common.h
@@ -0,0 +1,10 @@
+/*
+ * $FreeBSD$
+ */
+
+#define CHARMAP_SYMBOL_LEN 64
+
+extern int line_no;
+
+extern u_char charmap_table[UCHAR_MAX + 1][CHARMAP_SYMBOL_LEN];
+extern char map_name[FILENAME_MAX];
OpenPOWER on IntegriCloud