view generator/parser/r++.macros @ 405:9d6e4703a458

Make QObject::property()/setProperty() accessible from D. It is specified to be private in the type system back from QtJambi because the functions take a char pointer instead of a QString, but the conversion functions were missing so far.
author David Nadlinger <code@klickverbot.at>
date Thu, 17 Mar 2011 23:09:43 +0100
parents e78566595089
children
line wrap: on
line source


#define __attribute__(a...)
#define __typeof__         __typeof

#define __extension
#define __extension__

#define __restrict
#define __restrict__

#define __volatile         volatile
#define __volatile__       volatile

#define __inline             inline
#define __inline__           inline

#define __const               const
#define __const__             const

#define __asm               asm
#define __asm__             asm

#define __GNUC__                 3
//#define __GNUC_MINOR__           4

#define __ROBC__                 0
#define __ROBC_MINOR__           1