Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 01:10:42 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gdtoa _ldtoa.c
Message-ID:  <200711210110.lAL1AgWn069514@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711210110.lAL1AgWn069514>