diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 2000-06-05 17:49:33 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2000-06-05 17:49:33 +0000 |
commit | 5b39f702d02fc5c62a5ecabc154e73a6736511f7 (patch) | |
tree | 8f0f281ab6ce0ff5444174956349b9cc9072aead | |
parent | a7fc602f1742e6a28998624a5a39871af1222eab (diff) | |
download | gcc-5b39f702d02fc5c62a5ecabc154e73a6736511f7.zip gcc-5b39f702d02fc5c62a5ecabc154e73a6736511f7.tar.gz gcc-5b39f702d02fc5c62a5ecabc154e73a6736511f7.tar.bz2 |
typo
From-SVN: r34408
-rw-r--r-- | gcc/fixinc/inclhack.def | 2 |
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();"; |