make Runtime._syscall() protected so it can be overridden from outside the package
[nestedvm.git] / upstream / patches / gcc-with-newer-version.patch
1 --- gcc/f/com.orig.h    2010-05-06 16:31:53.000000000 +0000
2 +++ gcc/f/com.h 2010-05-06 16:32:03.000000000 +0000
3 @@ -233,7 +233,7 @@
4  void ffecom_finish_progunit (void);
5  tree ffecom_get_invented_identifier (const char *pattern, ...)
6    ATTRIBUTE_PRINTF_1;
7 -ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix);
8 +ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt gfrt);
9  ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix);
10  void ffecom_init_0 (void);
11  void ffecom_init_2 (void);