This website works better with JavaScript.
Home
Help
Sign In
ben
/
mwparserfromhell
mirror of
https://github.com/earwig/mwparserfromhell
Watch
1
Star
1
Fork
0
Code
Releases
24
Activity
Browse Source
inttypes.h doesn't exist on Windows, so try using stdint.h
tags/v0.5
Ben Kurtovic
7 years ago
parent
2593675651
commit
6ad3b9fb2a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mwparserfromhell/parser/ctokenizer/avl_tree.h
+ 1
- 1
mwparserfromhell/parser/ctokenizer/avl_tree.h
View File
@@ -22,7 +22,7 @@
#define _AVL_TREE_H_
#define _AVL_TREE_H_
#include <stddef.h>
#include <stddef.h>
#include <int
types
.h>
/* for uintptr_t */
#include <
std
int.h>
#ifdef __GNUC__
#ifdef __GNUC__
# define AVL_INLINE inline __attribute__((always_inline))
# define AVL_INLINE inline __attribute__((always_inline))
Write
Preview
Loading…
Cancel
Save