Keep inclhack.def sortable. The segmentation is based on lines containing only
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2003 15:49:22 +0000 (15:49 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Dec 2003 15:49:22 +0000 (15:49 +0000)
a slash and an asterisk

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74883 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixinc/inclhack.def

index b25e47b..95a5534 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*";