Keep inclhack.def sortable.

Keep inclhack.def sortable.  The segmentation is based on lines containing only
a slash and an asterisk

From-SVN: r74883
This commit is contained in:
Bruce Korb 2003-12-20 15:49:22 +00:00
parent 3a976c72d6
commit 9c0817543f

View File

@ -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*";