summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/gcc/gcc.function.h.p
blob: 7752b0eeb958f2f9186fadea42c8a376347abf72 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gcc-3.4.6/gcc/function.h	2013-05-19 19:56:54.000000000 +0200
+++ gcc/function.h	2013-05-19 20:23:32.000000000 +0200
@@ -643,4 +643,8 @@
 
 extern void do_warn_unused_parameter (tree);
 
+/* begin-GG-local: explicit register specification for parameters */
+extern int function_arg_regno_p (int);
+/* end-GG-local */
+
 #endif  /* GCC_FUNCTION_H */