Raymond Toy pushed to branch issue-272-add-scav-static-vector-fcn at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/lisp/gencgc.c
    ... ... @@ -2698,7 +2698,7 @@ maybe_static_array_p(lispobj header)
    2698 2698
         return result;
    
    2699 2699
     }
    
    2700 2700
     
    
    2701
    -int
    
    2701
    +static int
    
    2702 2702
     scav_static_vector(lispobj object)
    
    2703 2703
     {
    
    2704 2704
         lispobj *ptr = (lispobj *) PTR(object);