From a36e0c78c90917c4d5cc78f67b3808913795f264 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 6 Mar 2001 08:17:54 +0000 Subject: * parse.y (primary): rescue and ensure clauses should be allowed to appear in singleton method body. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/isinf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'missing/isinf.c') diff --git a/missing/isinf.c b/missing/isinf.c index e0cd6ac1a2..38772ba4f1 100644 --- a/missing/isinf.c +++ b/missing/isinf.c @@ -1,3 +1,5 @@ +/* public domain rewrite of isinf(3) */ + #ifdef __osf__ #define _IEEE 1 -- cgit v1.2.3