Searched defs:ANTLR3_STRDUP (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3defs.h486 #ifndef ANTLR3_STRDUP
487 /// Default definition of ANTLR3_STRDUP. You can override this before including
490 #define ANTLR3_STRDUP(instr) (pANTLR3_UINT8)(strdup ((const char *)(instr))) macro

Completed in 1390 milliseconds