revert
authormartynas <martynas@openbsd.org>
Fri, 8 Aug 2008 00:41:17 +0000 (00:41 +0000)
committermartynas <martynas@openbsd.org>
Fri, 8 Aug 2008 00:41:17 +0000 (00:41 +0000)
lib/libm/src/s_nan.c

index bb75b44..f847545 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: s_nan.c,v 1.2 2008/08/08 00:32:47 martynas Exp $      */
+/*     $OpenBSD: s_nan.c,v 1.3 2008/08/08 00:41:17 martynas Exp $      */
 /*-
  * Copyright (c) 2007 David Schultz
  * All rights reserved.
@@ -40,7 +40,7 @@
 /*
  * OpenBSD's ctype doesn't have digittoint, so we define it here.
  */
-static int
+int
 _digittoint(int c)
 {
        if (!isxdigit(c))