From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/cmd/dict/jis208.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/dict/jis208.c') diff --git a/src/cmd/dict/jis208.c b/src/cmd/dict/jis208.c index d2086e6a..4fb835e5 100644 --- a/src/cmd/dict/jis208.c +++ b/src/cmd/dict/jis208.c @@ -1055,5 +1055,5 @@ Rune tabjis208[JIS208MAX] = { 0x9f2c,0x9f3e,0x9f4a,0x9f52,0x9f54,0x9f63,0x9f5f,0x9f60, 0x9f61,0x9f66,0x9f67,0x9f6c,0x9f6a,0x9f77,0x9f72,0x9f76, 0x9f95,0x9f9c,0x9fa0, NONE, NONE, NONE, NONE, NONE, - NONE,0x582f,0x69c7,0x9059,0x7464,0x51dc,0x7199, + NONE,0x582f,0x69c7,0x9059,0x7464,0x51dc,0x7199 }; -- cgit v1.2.3