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

Make DMD 1.x compile again #819

Merged
merged 2 commits into from Mar 20, 2012
Merged

Make DMD 1.x compile again #819

merged 2 commits into from Mar 20, 2012

Conversation

llucax
Copy link
Contributor

@llucax llucax commented Mar 20, 2012

Right now the compiler can't be linked because util_assert() is reported
to be missing, because the users of this function are using a different
signature. This pull request also fixes a warning about string literals.

Right now the compiler can't be linked because util_assert() is reported
to be missing, because the users of this function are using a different
signature.
String literals are const char*, so is invalid to pass them to functions
taking char* instead.
WalterBright added a commit that referenced this pull request Mar 20, 2012
@WalterBright WalterBright merged commit 92ddefc into dlang:dmd-1.x Mar 20, 2012
braddr pushed a commit to braddr/dmd that referenced this pull request Oct 22, 2012
Get rid of transitional lfs API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants