2 // GROUPS passed overloading
6 int (*f)(int &, int, int));
10 static int save_status;
12 // in compute_harshness, we should be using comptypes, not ==, to
13 // check if this is equivalent to the previous decl; the only
14 // difference is the default arg
15 static int rpt_func(int &status, int expand,
16 int restore_cursor=1 );
23 Bed::bed_func(g_func::rpt_func);