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

C89 and CMake #22

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

C89 and CMake #22

wants to merge 6 commits into from

Conversation

SamuelMarks
Copy link

@SamuelMarks SamuelMarks commented Oct 6, 2021

@LingDong- So I added C89 support and integrated CMake. Whilst I was at it, I implemented header files for all your files, being careful to only add protoypes for functions and globals that are used in more than the implementation file.

Builds tested on: macOS (AppleClang) and Windows (MSVC).

…nker error by using `extern` (in the header) and providing the storage in one place (the implementation)
…MakeLists.txt] Rename exec and lib to reflect README; [src/waxc.c] Use `EXIT_SUCCESS` as inverse to my earlier `EXIT_FAILURE`
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.

1 participant