]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
include/compiler.h: remove uint typedef for __MACH__
authorAndreas Bießmann <andreas.devel@googlemail.com>
Sat, 25 Sep 2010 15:45:59 +0000 (17:45 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 6 Oct 2010 21:09:42 +0000 (23:09 +0200)
commit59336459042a5fccb2dda9cfbb592802c88f583d
treec7ec3ae59c46f81c17c809e92f913430cdeeeae7
parent8804ae3b7a91b91e0c948b7bc1f0cf12118dd6e4
include/compiler.h: remove uint typedef for __MACH__

uint is typedefed twice if __MACH__ is defined. This generates an error
when calling MAKEALL for netstar bord on OS X.

This patch removes the typedef for __MACH__ case in favor of general
definiton some lines below.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
include/compiler.h