jb          2007-11-21 01:10:42 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gdtoa       _ldtoa.c 
  Log:
  Use an intermediate pointer to avoid a strict aliasing warning.
  
  Note that ULong in this code is actually defined as an unsigned integer across
  all arches so that the gdtoa() function always processes 32 bit data
  despite the unfortunate naming of "ULong".
  
  Revision  Changes    Path
  1.3       +2 -1      src/lib/libc/gdtoa/_ldtoa.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to