1*c87b03e5Sespie // Build don't link:
2*c87b03e5Sespie // GROUPS passed parsing
3*c87b03e5Sespie // parsing folder
4*c87b03e5Sespie // From: jonathan@Pescadero.Stanford.EDU
5*c87b03e5Sespie // Date:     Tue, 15 Sep 92 14:15:29 PDT
6*c87b03e5Sespie // Subject:  Function taking as argument a pointer to a pointer to a function
7*c87b03e5Sespie //	     that returns int causes coredump in cc1plus
8*c87b03e5Sespie // Message-ID: <9209152115.AA07423@Pescadero.Stanford.EDU>
9*c87b03e5Sespie 
10*c87b03e5Sespie     unsigned char FindMdc ( int (**)() );
11*c87b03e5Sespie     unsigned char FindMdc2 ( int (**funcname)() );
12