Remove superfluous semicolon at the end of the __strong_reference() macro

definition.
This commit is contained in:
kbyanc 2005-07-14 19:30:49 +00:00
parent 2df666ab69
commit 6a1d883879

View File

@ -345,7 +345,7 @@
#if defined(__GNUC__) || defined(__INTEL_COMPILER)
#ifndef __INTEL_COMPILER
#define __strong_reference(sym,aliassym) \
extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym)));
extern __typeof (sym) aliassym __attribute__ ((__alias__ (#sym)))
#endif
#ifdef __STDC__
#define __weak_reference(sym,alias) \