summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/alg_jisx0201.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/cjkcodecs/alg_jisx0201.h')
-rw-r--r--Modules/cjkcodecs/alg_jisx0201.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/cjkcodecs/alg_jisx0201.h b/Modules/cjkcodecs/alg_jisx0201.h
index 87bb420..1fca06b 100644
--- a/Modules/cjkcodecs/alg_jisx0201.h
+++ b/Modules/cjkcodecs/alg_jisx0201.h
@@ -1,5 +1,3 @@
-/* $CJKCodecs: alg_jisx0201.h,v 1.2 2004/06/29 05:42:08 perky Exp $ */
-
#define JISX0201_R_ENCODE(c, assi) \
if ((c) < 0x80 && (c) != 0x5c && (c) != 0x7e) \
(assi) = (c); \