Raymond Toy pushed to branch issue-243-weak-pointer-to-static-array at cmucl / cmucl
Commits:
-
1b0121ea
by Raymond Toy at 2024-02-19T09:17:53-08:00
1 changed file:
Changes:
| ... | ... | @@ -34,7 +34,8 @@ |
| 34 | 34 | |
| 35 | 35 | /*
|
| 36 | 36 | * If the header value for a vector has this bit set, then it is a
|
| 37 | - * static vector.
|
|
| 37 | + * static vector. NOTE: This is a bit in the header value of a
|
|
| 38 | + * header, NOT the bit in the full header!
|
|
| 38 | 39 | */
|
| 39 | 40 | #define STATIC_VECTOR_HEADER_BIT 0x1
|
| 40 | 41 |