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

Remove dependency on scio.h and sctchar.h from C compiler source. #4

Conversation

denis-sh
Copy link
Member

Remove dependency on scio.h and sctchar.h from C compiler source.

@denis-sh
Copy link
Member Author

Any problems with this?

*/

int printf(const char *format,...)
{
int vprintf(const char *format,va_list args);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this just # include stdio.h instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will work with stdio.h too. But three local function declarations looks clearer for me as these functions are defined just after the declarations.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@denis-sh
Copy link
Member Author

Can I do anything to make this merged?

@WalterBright
Copy link
Contributor

I'll try to get to it today.

WalterBright added a commit that referenced this pull request Apr 11, 2013
…ource

Remove dependency on `scio.h` and `sctchar.h` from C compiler source.
@WalterBright WalterBright merged commit 144c329 into DigitalMars:master Apr 11, 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