Selaa lähdekoodia

inttypes.h doesn't exist on Windows, so try using stdint.h

tags/v0.5
Ben Kurtovic 6 vuotta sitten
vanhempi
commit
6ad3b9fb2a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      mwparserfromhell/parser/ctokenizer/avl_tree.h

+ 1
- 1
mwparserfromhell/parser/ctokenizer/avl_tree.h Näytä tiedosto

@@ -22,7 +22,7 @@
#define _AVL_TREE_H_

#include <stddef.h>
#include <inttypes.h> /* for uintptr_t */
#include <stdint.h>

#ifdef __GNUC__
# define AVL_INLINE inline __attribute__((always_inline))


Ladataan…
Peruuta
Tallenna