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

Use empty string as default doc string for defconst. #3

Merged
merged 1 commit into from Sep 3, 2011
Merged

Use empty string as default doc string for defconst. #3

merged 1 commit into from Sep 3, 2011

Conversation

mrc
Copy link
Contributor

@mrc mrc commented Sep 3, 2011

Hi,

I'm using rutils with Clozure Common Lisp 1.7.

When it compiles iter.lisp, defconst +fill-col+ doesn't supply a doc string, and then CCL complains that defconstant (called from the defconst macro) is using nil rather than a string as the doc string.

This patch makes it compile.

I do not have much experience with CL so I will not feel bad if you reject this patch but I would appreciate it (if you reject it) if you tell my what I did wrong.

cheers,
Matt

vseloved added a commit that referenced this pull request Sep 3, 2011
Use empty string as default doc string for defconst.
@vseloved vseloved merged commit 77ae5c7 into vseloved:master Sep 3, 2011
@vseloved
Copy link
Owner

vseloved commented Sep 3, 2011

Thanks for the fix, more patches welcome :)

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.

None yet

2 participants