From 252215a77a861fb880bbc09dc52c29189d3041c3 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Mon, 30 Aug 1999 22:38:25 +0000 Subject: [PATCH] * invoke.texi: Fix typo. From-SVN: r28987 --- gcc/ChangeLog | 4 ++++ gcc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8e8453c1748..c46c9202454 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 30 16:36:33 1999 Jeffrey A Law (law@cygnus.com) + + * invoke.texi: Fix typo. + Mon Aug 30 12:23:53 1999 Jim Wilson * fixinc/Makefile.in (subdir): New. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 52c6c19c06c..cc60c991ec6 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1762,7 +1762,7 @@ Warn if anything is declared more than once in the same scope, even in cases where multiple declaration is valid and changes nothing. @item -Wnested-externs -Warn if an @code{extern} declaration is encountered within an function. +Warn if an @code{extern} declaration is encountered within a function. @item -Wunreachable-code Warn if the compiler detects that code will never be executed. -- 2.30.2