unstack, sort: cleanup and improvement
[minix.git] / tools / gcc / patches / patch-ad
blob7a7091b90d6d815f538a844bbc2728320349cd6c
1 $NetBSD$
3 --- gcc/gcov.c.orig     Sat Jan  9 00:05:06 2010
4 +++ gcc/gcov.c
5 @@ -58,6 +58,10 @@ along with Gcov; see the file COPYING3.  If not see
6  
7  #define STRING_SIZE 200
8  
9 +#ifdef _MINIX
10 +#define block_t gcc_block_t
11 +#endif
13  struct function_info;
14  struct block_info;
15  struct source_info;