Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 14:13:16 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285457 - head/usr.bin/c99
Message-ID:  <201507131413.t6DEDG0P045420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Mon Jul 13 14:13:15 2015
New Revision: 285457
URL: https://svnweb.freebsd.org/changeset/base/285457

Log:
  Don't claim c99 is a wrapper around gcc; it's a wrapper around the system cc.
  
  PR:		201303
  Submitted by:	Bruce Cran
  MFC after:	1 week

Modified:
  head/usr.bin/c99/c99.1

Modified: head/usr.bin/c99/c99.1
==============================================================================
--- head/usr.bin/c99/c99.1	Mon Jul 13 13:43:57 2015	(r285456)
+++ head/usr.bin/c99/c99.1	Mon Jul 13 14:13:15 2015	(r285457)
@@ -26,7 +26,7 @@
 .\" From FreeBSD: src/usr.bin/c89/c89.1,v 1.11 2007/03/10 07:10:01 ru Exp
 .\" $FreeBSD$
 .\"
-.Dd June 17, 2010
+.Dd July 13, 2015
 .Dt C99 1
 .Os
 .Sh NAME
@@ -188,12 +188,3 @@ The
 .Nm
 utility interface conforms to
 .St -p1003.1-2001 .
-Since it is a wrapper around
-.Tn GCC ,
-it is limited to the
-.Tn C99
-features that
-.Tn GCC
-actually implements.
-See
-.Pa http://gcc.gnu.org/gcc-4.2/c99status.html .



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