* stime.c (scm_localtime, scm_mktime): Pass SCM_EOL to
authorJim Blandy <jimb@red-bean.com>
Thu, 10 Jul 1997 05:25:35 +0000 (05:25 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 10 Jul 1997 05:25:35 +0000 (05:25 +0000)
scm_misc_error, not SCM_EOF.

libguile/stime.c

index 37042f8..6904abe 100644 (file)
@@ -315,7 +315,7 @@ scm_localtime (SCM time, SCM zone)
       strcpy (zname, ptr);
 # else
       scm_misc_error (s_localtime, "Not fully implemented on this platform",
-                     SCM_EOF);
+                     SCM_EOL);
 # endif
 #endif
     }
@@ -426,7 +426,7 @@ scm_mktime (SCM sbd_time, SCM zone)
       strcpy (zname, ptr);
 # else
       scm_misc_error (s_localtime, "Not fully implemented on this platform",
-                     SCM_EOF);
+                     SCM_EOL);
 # endif
 #endif
     }