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/rio/key.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/cmd/rio/key.c') diff --git a/src/cmd/rio/key.c b/src/cmd/rio/key.c index bff0d14d..95333ec5 100644 --- a/src/cmd/rio/key.c +++ b/src/cmd/rio/key.c @@ -14,13 +14,13 @@ enum { GrabAltTab, - GrabAltAny, + GrabAltAny }; static int tabcode = 0x17; -//static int altcode = 0x40; -//static int pgupcode = 0x63; -//static int pgdowncode = 0x69; +/*static int altcode = 0x40; */ +/*static int pgupcode = 0x63; */ +/*static int pgdowncode = 0x69; */ static void alttab(int shift); @@ -32,9 +32,9 @@ keysetup(void) for(i=0; i