Keep inclhack.def sortable.
authorBruce Korb <korbb@gcc.gnu.org>
Sat, 20 Dec 2003 15:49:22 +0000 (15:49 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Sat, 20 Dec 2003 15:49:22 +0000 (15:49 +0000)
Keep inclhack.def sortable.  The segmentation is based on lines containing only
a slash and an asterisk

From-SVN: r74883

gcc/fixinc/inclhack.def

index b25e47b1777c68f0e62166abb9cde0f6de8b35a5..95a5534d15f8d7de5c093354c7336ec8213699f6 100644 (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*";