On Friday 21 September 2012 01:38:41 Steve Bennett wrote:
> --- a/libc/string/microblaze/memcpy.S
> +++ b/libc/string/microblaze/memcpy.S
> 
> +#ifdef __MICROBLAZEEL__
> +     #define BSLLI bsrli
> +     #define BSRLI bslli
> +#else
> +     #define BSLLI bslli
> +     #define BSRLI bsrli
> +#endif

for future reference, we do not indent preprocessor tokens

#ifdef foo
# define cow moo
#else
# define cow woof
#endif
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to