mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
a84f174425
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29033 a95241bf-73f2-0310-859d-f6bbb57e9c96
10 lines
156 B
C
10 lines
156 B
C
#if !defined(DECCOMMONSYMBOLS)
|
|
#define DECCOMMONSYMBOLS
|
|
|
|
#ifdef IN_LIBGCC2
|
|
#define DECCOMBFROM __decCOMBFROM
|
|
#define DECCOMBMSD __decCOMBMSD
|
|
#endif
|
|
|
|
#endif
|