remove extern time() decl
authorDavid D. Zuhn <zoo@cygnus>
Mon, 11 Oct 1993 21:12:37 +0000 (21:12 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 11 Oct 1993 21:12:37 +0000 (21:12 +0000)
gas/ChangeLog
gas/config/ho-sunos.h

index 63b29365645f8ccecb671f1e07b28921d97bdcc7..b278f9e5cd533933cacd55386d97a532682a6660 100644 (file)
@@ -1,3 +1,7 @@
+Mon Oct 11 14:11:32 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
+
+       * config/ho-sunos.h: remove extern time declaration
+
 Mon Oct 11 16:14:43 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
 
        * messages.c (as_fatal): Do mention that it's the assembler that
index 2ba3360b8c4d8e471758dc46a4626bedf83357f3..8346b55c084a4e0213843c425175f4cee0c37750 100644 (file)
@@ -53,7 +53,6 @@ extern int sscanf ();
 extern int strcmp ();
 extern int strlen ();
 extern int strncmp ();
-extern int time ();
 extern int ungetc ();
 extern int vfprintf ();
 extern int vprintf ();