diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-09-16 03:22:06 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-09-16 03:22:06 +0000 |
| commit | fdfc048b89e7a76aa8ca898a96722b9222643cdf (patch) | |
| tree | a25fba7b91b01e653ea185678b09416f40cfdea6 | |
| parent | dde1c2c0d681a274b53b8ca3bc72b6d3eeb48163 (diff) | |
Notes
| -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 9096d960ae16..7bba1d383600 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 |
