* config/frv/frv.c (QUAD): Fix typo.

From-SVN: r190002
This commit is contained in:
Nick Clifton 2012-07-31 09:59:18 +00:00 committed by Nick Clifton
parent 8dca7e9303
commit 4adf72f140
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-07-31 Nick Clifton <nickc@redhat.com>
* config/frv/frv.c (QUAD): Fix typo.
2012-07-31 Steven Bosscher <steven@gcc.gnu.org>
PR pch/53880

View File

@ -8435,7 +8435,7 @@ frv_init_builtins (void)
build_function_type_list (RET, T1, T2, T3, NULL_TREE)
#define QUAD(RET, T1, T2, T3, T4) \
build_function_type_list (RET, T1, T2, T3, NULL_TREE)
build_function_type_list (RET, T1, T2, T3, T4, NULL_TREE)
tree void_ftype_void = build_function_type_list (voidt, NULL_TREE);