Commit 9bb2d436 by Bruce Korb Committed by Bruce Korb

irix_multiline_cmnt is now obsolete

From-SVN: r34964
parent b49c94cb
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
* fixinc/fixtests.c(double_slash): obsolete * fixinc/fixtests.c(double_slash): obsolete
(else_endif_label): likewise (else_endif_label): likewise
* fixinc/inclhack.def(irix_multiline_cmnt): obsolete
* fixinc/fixincl.x: regen
2000-07-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2000-07-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
......
...@@ -1236,21 +1236,6 @@ fix = { ...@@ -1236,21 +1236,6 @@ fix = {
/* /*
* Some IRIX header files contain the string "//"
*/
fix = {
hackname = irix_multiline_cmnt;
files = sys/types.h;
sed = "s@type of the result@type of the result */@";
sed = "s@of the sizeof@/* of the sizeof@";
test_text =
"/* we check the type of the result\n"
"// of the sizeof something. This is a bad test :-( */";
};
/*
* Fixing ISC fmod declaration * Fixing ISC fmod declaration
*/ */
fix = { 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