[BACK]Return to gdtoaimp.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gdtoa

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

Diff for /src/lib/libc/gdtoa/gdtoaimp.h between version 1.11 and 1.12

version 1.11, 2011/03/21 22:33:29 version 1.12, 2011/06/04 14:18:10
Line 624  extern void memcpy_D2A ANSI((void*, cons
Line 624  extern void memcpy_D2A ANSI((void*, cons
  extern double strtod ANSI((const char *s00, char **se));   extern double strtod ANSI((const char *s00, char **se));
  extern Bigint *sum ANSI((Bigint*, Bigint*));   extern Bigint *sum ANSI((Bigint*, Bigint*));
  extern int trailz ANSI((CONST 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*));   extern double ulp ANSI((U*));
   
 #ifdef __cplusplus  #ifdef __cplusplus

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>