summaryrefslogtreecommitdiffstats
path: root/lex.c
diff options
context:
space:
mode:
authorwakou <wakou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-24 07:10:25 +0000
committerwakou <wakou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-24 07:10:25 +0000
commit91ffbf7b21f37b242ddfe93b42d3e7678a0fb1b9 (patch)
treeb5e89e07fdbb674793a36e9b48a07792cbb65b26 /lex.c
parent4ff5e66cd4f6dfa89f81219b194512eefead18bd (diff)
downloadruby-91ffbf7b21f37b242ddfe93b42d3e7678a0fb1b9.tar.gz
ruby-91ffbf7b21f37b242ddfe93b42d3e7678a0fb1b9.tar.xz
ruby-91ffbf7b21f37b242ddfe93b42d3e7678a0fb1b9.zip
Wed May 24 16:03:06 2000 Wakou Aoyama <wakou@fsinet.or.jp>
* lib/cgi.rb bug fix: CGI::escape(), CGI::Cookie::new() * lib/net/telnet.rb improve: binmode(), telnetmode() interface git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lex.c')
-rw-r--r--lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lex.c b/lex.c
index 292760c35..61b3c4e14 100644
--- a/lex.c
+++ b/lex.c
@@ -1,4 +1,4 @@
-/* C code produced by gperf version 2.7.1 (19981006 egcs) */
+/* C code produced by gperf version 2.7 */
/* Command-line: gperf -p -j1 -i 1 -g -o -t -N rb_reserved_word -k1,3,$ ./keywords */
struct kwtable {char *name; int id[2]; enum lex_state state;};