diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-17 11:20:44 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-17 11:20:44 +0000 |
| commit | 4857d86d340a83c57029245d88c1ba688470cd4f (patch) | |
| tree | 31510bc0331cf2f384db6f97d0c737dc1f7047ab /gnu/include/values.h | |
| parent | 4c268ef31a08e278f6b2896578089b9a4ef93054 (diff) | |
Notes
Diffstat (limited to 'gnu/include/values.h')
| -rw-r--r-- | gnu/include/values.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/include/values.h b/gnu/include/values.h index 4a2363fd94ee..91f448d1261c 100644 --- a/gnu/include/values.h +++ b/gnu/include/values.h @@ -1,4 +1,6 @@ -/* This file is SYSV-ism (for compatibility only) */ +#if __GNUC__ +#warning "this file includes <values.h> which is obsoleted, use <limits.h> or <float.h> instead" +#endif /* Copyright (C) 1988 Free Software Foundation |
