Commit 8d8d5752 by Jeffrey D. Oldham

fixincl.tpl: Add 2001 to copyright.

2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>

        * fixinc/fixincl.tpl: Add 2001 to copyright.  Change name of
        README file.
        * fixinc/fixincl.x: Regenerated.
        * fixinc/inclhack.def (irix_limits_const): New definition to
        convert "const" to "__const" in limits.h.

From-SVN: r39362
parent 4989b020
......@@ -9,9 +9,9 @@ x=fixincl.x =]
*
* This file contains [=_eval fix _count =] fixup descriptions.
*
* See README-fixinc for more information.
* See README for more information.
*
* inclhack copyright (c) 1998, 1999, 2000
* inclhack copyright (c) 1998, 1999, 2000, 2001
* The Free Software Foundation, Inc.
*
[=_eval inclhack "# * " _gpl=]
......
......@@ -1284,6 +1284,18 @@ fix = {
/*
* Non-traditional "const" declaration in Irix's limits.h.
*/
fix = {
hackname = irix_limits_const;
files = limits.h;
select = "^extern const ";
c_fix = format;
c_fix_arg = "extern __const ";
};
/*
* Fixing ISC fmod declaration
*/
fix = {
......
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