Diff for /src/contrib/gcc/config/i386/Attic/openbsd.h between versions 1.1 and 1.2

version 1.1, 2003/06/17 02:44:09 version 1.2, 2003/11/09 02:34:00
Line 19  along with GNU CC; see the file COPYING. Line 19  along with GNU CC; see the file COPYING.
 the Free Software Foundation, 59 Temple Place - Suite 330,  the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */  Boston, MA 02111-1307, USA.  */
   
   /* $DragonFly$ */
   
 /* This is tested by i386gas.h.  */  /* This is tested by i386gas.h.  */
 #define YES_UNDERSCORES  #define YES_UNDERSCORES
   
Line 41  Boston, MA 02111-1307, USA.  */ Line 43  Boston, MA 02111-1307, USA.  */
   
 /* Layout of source language data types.  */  /* Layout of source language data types.  */
   
 /* This must agree with <machine/ansi.h> */  /* This must agree with <machine/stdint.h> */
 #undef SIZE_TYPE  #undef SIZE_TYPE
 #define SIZE_TYPE "unsigned int"  #define SIZE_TYPE "unsigned int"
   

Removed from v.1.1  
changed lines
  Added in v.1.2