Explorar el Código

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

tags/v0.5
Ben Kurtovic hace 6 años
padre
commit
6ad3b9fb2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mwparserfromhell/parser/ctokenizer/avl_tree.h

+ 1
- 1
mwparserfromhell/parser/ctokenizer/avl_tree.h Ver fichero

@@ -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))


Cargando…
Cancelar
Guardar