johannes    02/10/01 15:00:00

  Modified:    live/gcc3/gcc tree.h
  Log:
  Fix alarming APPLE MERGE comment.  Obvious.
  
  Revision  Changes    Path
  1.57      +6 -2      src/live/gcc3/gcc/tree.h
  
  Index: tree.h
  ===================================================================
  RCS file: /cvs/Darwin/src/live/gcc3/gcc/tree.h,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- tree.h    2002/09/10 20:53:30     1.56
  +++ tree.h    2002/10/01 22:00:00     1.57
  @@ -1847,14 +1847,18 @@
     unsigned user_align : 1;
     unsigned uninlinable : 1;
     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 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;
  -  /* APPLE MERGE this is probably bad :-) */
  -  /* Minus 1 unused bits.  */
   
     unsigned lang_flag_0 : 1;
     unsigned lang_flag_1 : 1;
  
  
  


Reply via email to