diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-25 10:56:54 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-25 10:56:54 +0000 |
| commit | 609991e87eaeb78d8e2684d9a4e632da42859e2f (patch) | |
| tree | f4ddfb8922526f35f7d30a9120afba81f4905996 /gnu | |
| parent | 1c342d89cecca328e9af8f8e81561f2fd85b5dbc (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libregex/gnuregex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libregex/gnuregex.h b/gnu/lib/libregex/gnuregex.h index 015cb6dedd79..7356f9ffbe42 100644 --- a/gnu/lib/libregex/gnuregex.h +++ b/gnu/lib/libregex/gnuregex.h @@ -28,6 +28,6 @@ */ #ifdef __GNUC__ -#warning "<gnuregex.h> has been replaced by <gnu/regex.h>" +#warning "Use -I/usr/include/gnu and <regex.h> instead of <gnuregex.h>" #endif #include <gnu/regex.h> |
