From: Richard Kenner Date: Tue, 16 May 1995 10:59:03 +0000 (-0400) Subject: (DEFAULT_PCC_STRUCT_RETURN): Was misspelled. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e48ff67c28c344d990f7f7520f273b6ac2883a3;p=gcc.git (DEFAULT_PCC_STRUCT_RETURN): Was misspelled. From-SVN: r9703 --- diff --git a/gcc/config/1750a/1750a.h b/gcc/config/1750a/1750a.h index 8e6fbb98fa7..77305539de1 100644 --- a/gcc/config/1750a/1750a.h +++ b/gcc/config/1750a/1750a.h @@ -250,7 +250,7 @@ extern char *strdup(), *float_label(); #define STRUCT_VALUE_REGNUM 12 /* Define this to be 1 if all structure return values must be in memory. */ -#define DEFAUT_PCC_STRUCT_RETURN 0 +#define DEFAULT_PCC_STRUCT_RETURN 0 /*****************************************************************************/