mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 02:07:42 +01:00
11 lines
365 B
C
11 lines
365 B
C
/* Target environment for BeOS/Haiku. It is the same as the generic
|
|
target, except that it arranges via the TE_BeOS define to
|
|
suppress the use of "/" as a comment character. Some code in the
|
|
haiku kernel uses "/" to mean division. (What a concept!) */
|
|
#define TE_BeOS 1
|
|
|
|
#define LOCAL_LABELS_DOLLAR 1
|
|
#define LOCAL_LABELS_FB 1
|
|
|
|
#include "obj-format.h"
|