From 7f0b798418c18fba7164515842f222ab6765a0b0 Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Thu, 5 Nov 2015 19:33:46 +0000 Subject: [PATCH] tcctok.h: Revert 41408f2, which moved TOK_memmove. --- tcctok.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcctok.h b/tcctok.h index b749eca..3de3ae2 100644 --- a/tcctok.h +++ b/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)