intptr_t and uintptr_t are C99 types but they are optional.
* SUCH DAMAGE.
*/
#include "regint.h"
+#include <stdint.h>
#define IS_MBC_WORD_ASCII_MODE(enc,s,end,mode) \
((mode) == 0 ? ONIGENC_IS_MBC_WORD(enc,s,end) : ONIGENC_IS_MBC_WORD_ASCII(enc,s,end))
case OP_CCLASS_MB_NOT:
{
OnigCodePoint ncode;
- OnigCodePoint* codes;
+ OnigCodePoint* codes;
codes = (OnigCodePoint* )p->cclass_mb.mb;
GET_CODE_POINT(ncode, codes);
#include "regparse.h"
#include "st.h"
+#include <stdint.h>
#ifdef DEBUG_NODE_FREE
#include <stdio.h>