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

Added Xcode 16 adaptation for version 2.2.2. #138

Merged
merged 10 commits into from
Oct 3, 2024
Prev Previous commit
Next Next commit
Add code adaptation for Xcode 16.
kimbely0320 committed Oct 3, 2024
commit 2494a7c0355ab00c1e7bb8bed034efbc5713ff10
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@
#define RapidParserCallback_h

#include <stdbool.h>
#include <stdint.h>

void NewTagCallback(const void *parentparser, const uint64_t startTagName, const uint64_t endTagName, const uint64_t startTagData, const uint64_t endTagData);
void NewTagNoDataCallback(const void *parentparser, const uint64_t startTagName, const uint64_t endTagName);
1 change: 1 addition & 0 deletions mambaSharedFramework/Rapid Parser/RapidParserState.h
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@
#define RapidParserState_h

#include <stdio.h>
#include <stdint.h>

enum ParseState {
// normal scanning state
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@
#define RapidParserStateHandlers_h

#include <stdio.h>
#include <stdint.h>
#include "RapidParserLineState.h"

// Type definition of the standard parser handler