Commit 1eb68dca by Kenneth Zadeck Committed by Kenneth Zadeck

params.def: Fixed comment.

2005-07-27  Kenneth Zadeck <zadeck@naturalbridge.com>
	* params.def: Fixed comment.

From-SVN: r102451
parent c176f92a
2005-07-27 Kenneth Zadeck <zadeck@naturalbridge.com>
* params.def: Fixed comment.
2005-07-27 Bjoern Haase <bjoern.m.haase@web.de>
PR target/19885
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment