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

Prevent link error when json.h is included into several files #7

Closed
wants to merge 1 commit into from

Conversation

deltheil
Copy link

Declare json_relaxed_commas as extern within json.h to avoid any
duplicate symbol link error.

Declare `json_relaxed_commas` as extern within json.h to avoid any
duplicate symbol link error.
@jamesamcl
Copy link
Collaborator

Thanks for finding the problem. I ended up just #define-ing it instead:

e7952d0

@jamesamcl jamesamcl closed this Mar 13, 2012
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