Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1055 → Rev 1056

/shark/trunk/oslib/ll/i386/mem.h
136,6 → 136,7
}
 
#define __HAVE_ARCH_MEMCPY
 
#define memcpy(t, f, n) \
(__builtin_constant_p(n) ? \
__constant_memcpy((t),(f),(n)) : \