tcctok.h: Revert 41408f2
, which moved TOK_memmove.
This commit is contained in:
parent
97916c9d04
commit
7f0b798418
1 changed files with 1 additions and 1 deletions
2
tcctok.h
2
tcctok.h
|
@ -294,10 +294,10 @@
|
|||
DEF(TOK_memalign, "memalign")
|
||||
DEF(TOK_calloc, "calloc")
|
||||
# endif
|
||||
DEF(TOK_memmove, "memmove")
|
||||
DEF(TOK_strlen, "strlen")
|
||||
DEF(TOK_strcpy, "strcpy")
|
||||
#endif
|
||||
DEF(TOK_memmove, "memmove")
|
||||
|
||||
/* Tiny Assembler */
|
||||
DEF_ASM(byte)
|
||||
|
|
Loading…
Add table
Reference in a new issue