aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Korb <korbb@gcc.gnu.org>2003-12-20 15:49:22 +0000
committerBruce Korb <korbb@gcc.gnu.org>2003-12-20 15:49:22 +0000
commit9c0817543fa510a679f31ea79c6fad839087e38b (patch)
treed3476bc15c53b7010a716144f16d1ae4a5234791
parent3a976c72d6aa6f18f09c8f343c71394fe0af9b94 (diff)
downloadgcc-9c0817543fa510a679f31ea79c6fad839087e38b.zip
gcc-9c0817543fa510a679f31ea79c6fad839087e38b.tar.gz
gcc-9c0817543fa510a679f31ea79c6fad839087e38b.tar.bz2
Keep inclhack.def sortable.
Keep inclhack.def sortable. The segmentation is based on lines containing only a slash and an asterisk From-SVN: r74883
-rw-r--r--gcc/fixinc/inclhack.def6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index b25e47b..95a5534 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*";