• Tor Lillqvist's avatar
    Let's rely on memmove() being sane on all our platforms · 41bc3089
    Tor Lillqvist yazdı
    Defining an own memmove() here is silly. It breaks compilation against
    MacOSX 10.6 SDK where memmove is a macro. If we really wanted to avoid
    the system memmove() here, surely we should then use
    rtl_moveMemory(). But since when is idlcpp performance critical?
    41bc3089
Adı
Son kayıt (commit)
Son güncelleme
..
cpp.c Loading commit data...
cpp.h Loading commit data...
eval.c Loading commit data...
include.c Loading commit data...
lex.c Loading commit data...
macro.c Loading commit data...
makefile.mk Loading commit data...
nlist.c Loading commit data...
tokens.c Loading commit data...
unix.c Loading commit data...