mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
9 lines
284 B
C
9 lines
284 B
C
|
/*
|
||
|
* Target environment for FreeBSD. It is the same as the generic
|
||
|
* target, except it arranges to suppress the use of "/" as a comment
|
||
|
* character. Some code in the FreeBSD kernel uses "/" to mean
|
||
|
* division. (What a concept.)
|
||
|
*/
|
||
|
#define TE_FreeBSD 1
|
||
|
#include "te-generic.h"
|