diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-05 17:49:33 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-05 17:49:33 +0000 |
commit | 04d6b008dfe45b96a7a7898f926843cac5426047 (patch) | |
tree | 8f0f281ab6ce0ff5444174956349b9cc9072aead /gcc/fixinc | |
parent | 302d712d82fd904a34fbc1ee94ff19ef37891975 (diff) | |
download | gcc-04d6b008dfe45b96a7a7898f926843cac5426047.tar.gz |
typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34408 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc')
-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 ec1b0f3d30f..95cde7552d6 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();"; |