Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 15:27:49 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259558 - head/contrib/gcc/doc
Message-ID:  <201312181527.rBIFRn7u049265@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Wed Dec 18 15:27:48 2013
New Revision: 259558
URL: http://svnweb.freebsd.org/changeset/base/259558

Log:
  gcc: add Apple compatible -Wnewline-eof
  
  Fix document: "Apple compatible" suits better the origin.
  
  MFC after:	1 week

Modified:
  head/contrib/gcc/doc/invoke.texi

Modified: head/contrib/gcc/doc/invoke.texi
==============================================================================
--- head/contrib/gcc/doc/invoke.texi	Wed Dec 18 15:13:30 2013	(r259557)
+++ head/contrib/gcc/doc/invoke.texi	Wed Dec 18 15:27:48 2013	(r259558)
@@ -2087,7 +2087,7 @@ Inhibit warning messages about the use o
 @c APPLE LOCAL begin -Wnewline-eof 2001-08-23 --sts **
 @item -Wnewline-eof
 @opindex Wnewline-eof
-Warn about files missing a newline at the end of the file.  (FreeBSD ONLY)
+Warn about files missing a newline at the end of the file.  (Apple compatible)
 @c APPLE LOCAL end -Wnewline-eof 2001-08-23 --sts **
 
 @item -Wchar-subscripts



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