aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/1750a
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 10:59:03 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-16 10:59:03 +0000
commit1f47de1d9280dde9b363d2ca52162e3f66a6d95c (patch)
tree3a1eca1fb3a54846ee5f58379a4a2f0e94be1b2c /gcc/config/1750a
parent89a03c7322fa3ec73bcfb50a36066d6be73dd745 (diff)
(DEFAULT_PCC_STRUCT_RETURN): Was misspelled.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9703 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/1750a')
-rw-r--r--gcc/config/1750a/1750a.h2
1 files changed, 1 insertions, 1 deletions
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
/*****************************************************************************/