Raymond Toy pushed to branch issue-363-add-version-number at cmucl / cmucl
Commits:
-
5246214c
by Raymond Toy at 2025-02-08T20:19:40-08:00
3 changed files:
Changes:
| ... | ... | @@ -343,11 +343,11 @@ |
| 343 | 343 | :key-or-value
|
| 344 | 344 | |
| 345 | 345 | lisp::*unidata-path*
|
| 346 | + lisp::*lisp-implementation-version*
|
|
| 346 | 347 |
|
| 347 | 348 | ;; Some spare static symbols. Useful for adding another static
|
| 348 | 349 | ;; symbol without having to do a cross-compile. Just rename one
|
| 349 | 350 | ;; of these to the desired name.
|
| 350 | - spare-9
|
|
| 351 | 351 | spare-8
|
| 352 | 352 | spare-7
|
| 353 | 353 | spare-6
|
| ... | ... | @@ -295,9 +295,9 @@ |
| 295 | 295 | :key-and-value
|
| 296 | 296 | :key-or-value
|
| 297 | 297 |
|
| 298 | + lisp::*lisp-implementation-version*
|
|
| 298 | 299 | ;; Spare symbols. Rename these when you need to add some static
|
| 299 | 300 | ;; symbols and don't want to do a cross-compile.
|
| 300 | - sparc-9
|
|
| 301 | 301 | spare-8
|
| 302 | 302 | spare-7
|
| 303 | 303 | spare-6
|
| ... | ... | @@ -358,11 +358,11 @@ |
| 358 | 358 | *fp-constant-0f0*
|
| 359 | 359 | |
| 360 | 360 | lisp::*unidata-path*
|
| 361 | + lisp::*lisp-implementation-version*
|
|
| 361 | 362 |
|
| 362 | 363 | ;; Some spare static symbols. Useful for adding another static
|
| 363 | 364 | ;; symbol without having to do a cross-compile. Just rename one
|
| 364 | 365 | ;; of these to the desired name.
|
| 365 | - spare-9
|
|
| 366 | 366 | spare-8
|
| 367 | 367 | spare-7
|
| 368 | 368 | spare-6
|