We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb7b39 commit 73ab0fdCopy full SHA for 73ab0fd
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
15
### Fixed
16
- Fixed compiler warnings on build lemon
17
+- Removing unused structures
18
19
## 1.0.0 - 2017-03-26
20
### Added
parser/xx.h
@@ -24,11 +24,6 @@ typedef struct _xx_token_names {
24
char *name;
25
} xx_token_names;
26
27
-typedef struct _xx_memory_manager {
28
- zval ***slots;
29
- int number;
30
-} xx_memory_manager;
31
-
32
/* Active token state */
33
typedef struct _xx_scanner_state {
34
int active_token;
0 commit comments