mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
4 lines
189 B
C
4 lines
189 B
C
/* Define if compiler supports gcc's "labels as values" (aka computed goto)
|
|
* feature (which is used to speed up instruction dispatch in the interpreter).
|
|
*/
|
|
#undef HAVE_LABELS_AS_VALUES
|