mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
fix for the "tccgen.c: Use memmove for struct assignment"
./configure --enable-cross
make
tcc -o i386-tcc tcc.c
tcc -o x86_64-tcc tcc.c
tcc -o i386-win-tcc tcc.c
In file included from tcc.c:22:
In file included from libtcc.c:39:
tccgen.c:2580: error: 'TOK_memmove' undeclared
This commit is contained in:
Reference in New Issue
Block a user