1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

Reformat an overly-wide comment.

This commit is contained in:
Garrett Wollman 2002-09-16 03:22:06 +00:00
parent dde1c2c0d6
commit fdfc048b89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103370

View File

@ -139,9 +139,9 @@
/*
* GCC 2.95 provides `__restrict' as an extention to C90 to support the
* C99-specific `restrict' type qualifier. We happen to use `__restrict' as a
* way to define the `restrict' type qualifier without disturbing older software
* that is unaware of C99 keywords.
* C99-specific `restrict' type qualifier. We happen to use `__restrict' as
* a way to define the `restrict' type qualifier without disturbing older
* software that is unaware of C99 keywords.
*/
#if !(__GNUC__ == 2 && __GNUC_MINOR__ == 95)
#if __STDC_VERSION__ < 199901