Commit 49e3683c authored by oldham's avatar oldham
Browse files

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.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39362 138bc75d-0d04-0410-961f-82ee72b054a4
parent 20cd0060
No related merge requests found
......@@ -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=]
......
This diff is collapsed.
......@@ -1283,6 +1283,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
*/
......
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