Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two declarations to quiet compiler when building on Allegro Common Lisp #3

Merged
merged 5 commits into from
Nov 4, 2013

Conversation

rpgoldman
Copy link
Contributor

I made a couple of minor patches to make CL-RANDIST build without warnings on ACL.

One was to add a SPECIAL declaration of *MT-RANDOM-STATE* when it's referenced above its DEFVAR. The other is an IGNORE declaration for an unused variable in a mapper in the tests.

@rpgoldman
Copy link
Contributor Author

Found that code (specifically testing code) with MT-RANDOM-STATE literals didn't compile properly, so added a method for MAKE-LOAD-FORM.

lvaruzza added a commit that referenced this pull request Nov 4, 2013
Two declarations to quiet compiler when building on Allegro Common Lisp
@lvaruzza lvaruzza merged commit f5c9765 into lvaruzza:master Nov 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants