aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fixinc/inclhack.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index ec1b0f3..95cde75 100644
--- a/gcc/fixinc/inclhack.def
+++ b/gcc/fixinc/inclhack.def
@@ -2727,7 +2727,7 @@ fix = {
c_fix = format;
c_fix_arg = "struct utsname;\n%0";
- c_fix_arg = "^[ \t]*extern[ \t]*int[ \t]*uname\\(\\);"
+ c_fix_arg = "^[ \t]*extern[ \t]*int[ \t]*uname\\(\\);";
test_text =
"/* ULTRIX's uname */\nextern\tint\tuname();";