shebs       02/10/04 15:19:23

  Modified:    gcc      tree.h
  Log:
  Remove the redundant comment, doh.
  
  Revision  Changes    Path
  1.59      +4 -6      gcc3/gcc/tree.h
  
  Index: tree.h
  ===================================================================
  RCS file: /cvs/Darwin/gcc3/gcc/tree.h,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- tree.h    2002/10/04 21:30:41     1.58
  +++ tree.h    2002/10/04 22:19:21     1.59
  @@ -1849,18 +1849,16 @@
     unsigned thread_local_flag : 1;
     /* Two unused bits.  */
   
  -  /* APPLE LOCAL:  we use 3 extra bits here, increasing the total
  -     of consecutive bitfields from 46 to 49.  Since the fields on
  -     both sides of the bitfields are word-aligned this does not
  -     increase space usage. */
  +  /* Apple extensions use 3 extra bits here, increasing the total of
  +     consecutive bitfields from 46 to 49.  Since the fields on both
  +     sides of the bitfields are word-aligned this does not increase
  +     space usage.  */
     /* APPLE LOCAL weak_import (Radar 2809704) ilr */
     unsigned weak_import_flag : 1;
     /* APPLE LOCAL private extern */
     unsigned private_extern_flag : 1;
     /* APPLE LOCAL coalescing  */
     unsigned coalesced_flag : 1;
  -  /* Minus 1 unused bits, so we're over another byte boundary, but PPC
  -     Darwin alignment rules mean no actual struct size change.  */
   
     unsigned lang_flag_0 : 1;
     unsigned lang_flag_1 : 1;
  
  
  


Reply via email to