Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 1999 10:54:40 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_prf.c
Message-ID:  <199907091754.KAA75174@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/07/09 10:54:40 PDT

  Modified files:
    sys/kern             subr_prf.c 
  Log:
  Implement the %q prefix for the integer types.  Note that egcs on the
  Alpha believes that %q is for long long, whereas our quad_t and int64_t
  is only just a plain long.  long long on the alpha is the same size (64
  bit) as a long.  It was requested, but I have not implemented yet, support
  for C9X style %lld - it should be pretty easy though.
  
  Revision  Changes    Path
  1.55      +81 -17    src/sys/kern/subr_prf.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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