enhanced the check for labels as values support
This commit is contained in:
2
moo/configure
vendored
2
moo/configure
vendored
@ -18695,7 +18695,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
int
|
||||
main ()
|
||||
{
|
||||
void *jp = &&jpt; goto *jp; 1; jpt: 2;
|
||||
void* jp[] = { &&jpt1, &&jpt2, &&jpt3 }; goto *jp[1]; jpt1: 1; jpt2: 2; jpt3: 3;
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user