Module Name:    src
Committed By:   christos
Date:           Sat Jun  4 14:18:10 UTC 2011

Modified Files:
        src/lib/libc/gdtoa: gdtoaimp.h

Log Message:
remove string placed by error(1)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gdtoa/gdtoaimp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/gdtoa/gdtoaimp.h
diff -u src/lib/libc/gdtoa/gdtoaimp.h:1.11 src/lib/libc/gdtoa/gdtoaimp.h:1.12
--- src/lib/libc/gdtoa/gdtoaimp.h:1.11	Mon Mar 21 18:33:29 2011
+++ src/lib/libc/gdtoa/gdtoaimp.h	Sat Jun  4 10:18:10 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: gdtoaimp.h,v 1.11 2011/03/21 22:33:29 christos Exp $ */
+/* $NetBSD: gdtoaimp.h,v 1.12 2011/06/04 14:18:10 christos Exp $ */
 
 /****************************************************************
 
@@ -624,8 +624,6 @@
  extern double strtod ANSI((const char *s00, char **se));
  extern Bigint *sum ANSI((Bigint*, Bigint*));
  extern int trailz ANSI((CONST Bigint*));
-/*###626 [lint] syntax error '*' [249]%%%*/
-/*###626 [lint] incomplete or misplaced function definition [22]%%%*/
  extern double ulp ANSI((U*));
 
 #ifdef __cplusplus

Reply via email to