1/* Target environment for Haiku.  It is the same as the generic
2   target, except that it arranges via the TE_HAIKU define to
3   suppress the use of "/" as a comment character.  Some code in the
4   haiku kernel uses "/" to mean division.  (What a concept!)  */
5#define TE_HAIKU 1
6
7#define LOCAL_LABELS_DOLLAR 1
8#define LOCAL_LABELS_FB 1
9
10#include "obj-format.h"
11