diff options
author | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-28 00:40:06 +0000 |
---|---|---|
committer | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-28 00:40:06 +0000 |
commit | 5ecfec1281240cdc1cb7ac0bd421574b63b7bf2b (patch) | |
tree | d9c584b2cc9ab00f83dfe7c6aeb3655e9c7ad40d /gcc/params.def | |
parent | e263d6c82ccbefb135ab29d332fae0281c87d9ad (diff) | |
download | gcc-5ecfec1281240cdc1cb7ac0bd421574b63b7bf2b.tar.gz |
2005-07-27 Kenneth Zadeck <zadeck@naturalbridge.com>
* params.def: Fixed comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102451 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index 1428b480068..39178228d07 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -22,7 +22,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA */ /* This file contains definitions for language-independent - parameters. The DEFPARAM macro takes 4 arguments: + parameters. The DEFPARAM macro takes 6 arguments: - The enumeral corresponding to this parameter. @@ -33,6 +33,11 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA - A default value for the parameter. + - The minimun acceptable value for the parameter. + + - The maximun acceptable value for the parameter (if greater than + the minimum). + Be sure to add an entry to invoke.texi summarizing the parameter. */ /* The maximum number of fields in a variable with only implicit uses |