svn commit: r259558 - head/contrib/gcc/doc

Pedro F. Giffuni pfg at FreeBSD.org
Wed Dec 18 15:27:49 UTC 2013


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


More information about the svn-src-head mailing list