mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
* objects.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
This commit is contained in:
parent
22185d5f65
commit
4076ea5018
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ SCM_DEFINE (scm_class_of, "class-of", 1, 0, 0,
|
||||||
return scm_class_symbol;
|
return scm_class_symbol;
|
||||||
case scm_tc7_vector:
|
case scm_tc7_vector:
|
||||||
case scm_tc7_wvect:
|
case scm_tc7_wvect:
|
||||||
#ifdef HAVE_ARRAYS
|
#ifdef SCM_HAVE_ARRAYS
|
||||||
case scm_tc7_bvect:
|
case scm_tc7_bvect:
|
||||||
case scm_tc7_byvect:
|
case scm_tc7_byvect:
|
||||||
case scm_tc7_svect:
|
case scm_tc7_svect:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue