mirror of
https://github.com/frida/tinycc
synced 2024-11-28 10:33:07 +03:00
tcctok.h: Revert 41408f2
, which moved TOK_memmove.
This commit is contained in:
parent
97916c9d04
commit
7f0b798418
2
tcctok.h
2
tcctok.h
@ -294,10 +294,10 @@
|
|||||||
DEF(TOK_memalign, "memalign")
|
DEF(TOK_memalign, "memalign")
|
||||||
DEF(TOK_calloc, "calloc")
|
DEF(TOK_calloc, "calloc")
|
||||||
# endif
|
# endif
|
||||||
|
DEF(TOK_memmove, "memmove")
|
||||||
DEF(TOK_strlen, "strlen")
|
DEF(TOK_strlen, "strlen")
|
||||||
DEF(TOK_strcpy, "strcpy")
|
DEF(TOK_strcpy, "strcpy")
|
||||||
#endif
|
#endif
|
||||||
DEF(TOK_memmove, "memmove")
|
|
||||||
|
|
||||||
/* Tiny Assembler */
|
/* Tiny Assembler */
|
||||||
DEF_ASM(byte)
|
DEF_ASM(byte)
|
||||||
|
Loading…
Reference in New Issue
Block a user