From c20b7e7a7c241fc0881a8c24bf3eddcf09fe0932 Mon Sep 17 00:00:00 2001 From: why Date: Tue, 13 May 2003 22:29:52 +0000 Subject: * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id rather than deprecated Object#id. * ext/token.c: changed ASCII escapes to octal notation. * ext/Setup*: added entries for static linking of Syck extension. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/Setup | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/Setup') diff --git a/ext/Setup b/ext/Setup index 6b76bdb0e..157dd8a85 100644 --- a/ext/Setup +++ b/ext/Setup @@ -22,6 +22,7 @@ #socket #stringio #strscan +#syck #syslog #tcltklib #tk -- cgit