Commit 94cc6036 by Bruce Korb Committed by Bruce Korb

IRIX 5.2's <sys/asm.h> contains an asm comment with an apostrophe

From-SVN: r28589
parent 9c0758dd
1999-08-07 Bruce Korb <autogen@linuxbox.com>
* fixinc/inclhack.def(irix_asm_apostrophe): IRIX 5.2's
<sys/asm.h> contains an asm comment with an apostrophe
* fixinc/inclhack.sh: regen
* fixinc/fixincl.x: regen
Sat Aug 7 19:37:07 1999 Richard Henderson <rth@cygnus.com>
* function.c (init_function_start): Clear prologue & epilogue.
......
......@@ -745,6 +745,20 @@ fix = {
/*
* IRIX 5.2's <sys/asm.h> contains an asm comment with a contraction
* that causes the assembly preprocessor to complain about an
* unterminated character constant.
*/
fix = {
hackname = irix_asm_apostrophe;
files = sys/asm.h;
select = "^[ \t]*#.*[Ww]e're";
sed = "/^[ \t]*#/s/\\([Ww]e\\)'re/\\1 are/";
};
/*
* 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