te-freebsd.h revision 33973
1/*
2 * Target environment for FreeBSD.  It is the same as the generic
3 * target, except it arranges to suppress the use of "/" as a comment
4 * character.  Some code in the FreeBSD kernel uses "/" to mean
5 * division.  (What a concept.)
6 */
7#define TE_FreeBSD 1
8#include "te-generic.h"
9