From 363e6541e32cd41577866d084e001fb1bb31edf8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 27 Feb 2000 00:57:13 +0000 Subject: [PATCH] * lang-options.h (-fmessage-length=): Add missing option. From-SVN: r32205 --- gcc/cp/ChangeLog | 2 ++ gcc/cp/lang-options.h | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8f39df54f81..ed727a9ea84 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ Sat Feb 26 19:50:23 2000 Richard Kenner + * lang-options.h (-fmessage-length=): Add missing option. + * Make-lang.in (CXX_SRCS): Add .h files and sort list. 2000-02-26 Zack Weinberg diff --git a/gcc/cp/lang-options.h b/gcc/cp/lang-options.h index f333cb34a7b..d6a65cd9975 100644 --- a/gcc/cp/lang-options.h +++ b/gcc/cp/lang-options.h @@ -1,5 +1,6 @@ /* Definitions for switches for C++. - Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GNU CC. @@ -71,6 +72,7 @@ DEFINE_LANG_NAME ("C++") { "-flabels-ok", "Labels can be used as first class objects" }, { "-fno-labels-ok", "" }, { "-fmemoize-lookups", "" }, + { "-fmessage-length=", "" }, { "-fno-memoize-lookups", "" }, { "-fms-extensions", "Don't pedwarn about uses of Microsoft extensions" }, { "-fno-ms-extensions", "" }, -- 2.30.2