FossilOrigin-Name: c25e7ea870f2255df7788a0efa6fa392408aa6c1204f2b1f0211c0b17f5d97cd
This commit is contained in:
7u83@mail.ru 2015-04-30 16:56:11 +00:00
parent 7a98b8eed8
commit 555f4fbb88
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ GNUTLS_VERSION=3.3.9
USE_CONTRIB_GNUTLS=0 USE_CONTRIB_GNUTLS=0
# Compiler to use # Compiler to use
CC=clang #CC=clang
#CC=gcc CC=gcc
#CC=mips-openwrt-linux-uclibc-gcc #CC=mips-openwrt-linux-uclibc-gcc
#LD=mips-openwrt-linux-uclibc-ld #LD=mips-openwrt-linux-uclibc-ld
#AR=mips-openwrt-linux-uclibc-ar #AR=mips-openwrt-linux-uclibc-ar

View File

@ -46,7 +46,7 @@ typedef const struct mbag_typedef * mbagtype_t;
struct mbag_item{ struct mbag_item{
union { union {
uint32_t id; uint32_t id;
char *name; const char *name;
}; };
const struct mbag_typedef * type; const struct mbag_typedef * type;
union { union {