Minor comment tweaking.

This commit is contained in:
obrien 2001-10-17 23:59:29 +00:00
parent d51a15e1db
commit 64fa922935

View File

@ -34,12 +34,12 @@
* $FreeBSD$ * $FreeBSD$
*/ */
#ifndef _MACHINE_ANSI_H_ #ifndef _MACHINE_ANSI_H_
#define _MACHINE_ANSI_H_ #define _MACHINE_ANSI_H_
/* /*
* Types which are fundamental to the implementation and must be declared * Types which are fundamental to the implementation and may appear in
* in more than one standard header are defined here. Standard headers * more than one standard header are defined here. Standard headers
* then use: * then use:
* #ifdef _BSD_SIZE_T_ * #ifdef _BSD_SIZE_T_
* typedef _BSD_SIZE_T_ size_t; * typedef _BSD_SIZE_T_ size_t;
@ -148,4 +148,4 @@ typedef union {
__int64_t _mbstateL; /* for alignment */ __int64_t _mbstateL; /* for alignment */
} __mbstate_t; } __mbstate_t;
#endif /* !_MACHINE_ANSI_H_ */ #endif /* !_MACHINE_ANSI_H_ */