diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-20 15:49:22 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-20 15:49:22 +0000 |
commit | e056fca3711de1c0985fd13a26fd630b184593c0 (patch) | |
tree | d3476bc15c53b7010a716144f16d1ae4a5234791 /gcc/fixinc | |
parent | fdbb243d159ba0fdad4dfc59c6a801ebc7652586 (diff) | |
download | gcc-e056fca3711de1c0985fd13a26fd630b184593c0.tar.gz |
Keep inclhack.def sortable. The segmentation is based on lines containing only
a slash and an asterisk
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74883 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc')
-rw-r--r-- | gcc/fixinc/inclhack.def | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index b25e47b1777..95a5534d15f 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -935,8 +935,10 @@ fix = { }; -/* __private_extern__ doesn't exist in FSF GCC. Even if it did, - why would you ever put it in a system header file? */ +/* + * __private_extern__ doesn't exist in FSF GCC. Even if it did, + * why would you ever put it in a system header file? + */ fix = { hackname = darwin_private_extern; mach = "*-*-darwin*"; |