summaryrefslogtreecommitdiffstats
path: root/ext/syck/handler.c
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-13 06:34:18 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-05-13 06:34:18 +0000
commit447941db717dc53ad89bf639ea82707725090ef4 (patch)
tree5c96a98d2d411fd2f8324791db1977423fc1e14c /ext/syck/handler.c
parent80fb44602aadc09511d69dceaa4d76481d09a0af (diff)
downloadruby-447941db717dc53ad89bf639ea82707725090ef4.tar.gz
ruby-447941db717dc53ad89bf639ea82707725090ef4.tar.xz
ruby-447941db717dc53ad89bf639ea82707725090ef4.zip
* lib/yaml/rubytypes.rb: object and struct loading
* lib/yaml.rb: YAML::detect_implicit will discover typing for a Ruby string * ext/syck/: Fixed portable comments, misuse of NULL and methods without return VALUEs. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syck/handler.c')
-rw-r--r--ext/syck/handler.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/syck/handler.c b/ext/syck/handler.c
index c54ee0408..7a914b5ad 100644
--- a/ext/syck/handler.c
+++ b/ext/syck/handler.c
@@ -1,11 +1,11 @@
-//
-// handler.h
-//
-// $Author$
-// $Date$
-//
-// Copyright (C) 2003 why the lucky stiff
-//
+/*
+ * handler.h
+ *
+ * $Author$
+ * $Date$
+ *
+ * Copyright (C) 2003 why the lucky stiff
+ */
#include "syck.h"