diff options
author | wollman <wollman@FreeBSD.org> | 2002-09-16 03:22:06 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-09-16 03:22:06 +0000 |
commit | e73f192f94228edb6a68bff15edde3068882a58d (patch) | |
tree | a25fba7b91b01e653ea185678b09416f40cfdea6 /sys | |
parent | 69375b2688581a4adcc2e1535fdd48fd696433c0 (diff) | |
download | FreeBSD-src-e73f192f94228edb6a68bff15edde3068882a58d.zip FreeBSD-src-e73f192f94228edb6a68bff15edde3068882a58d.tar.gz |
Reformat an overly-wide comment.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/cdefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index 9096d96..7bba1d3 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -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 |