diff options
author | ache <ache@FreeBSD.org> | 2004-02-25 10:56:54 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-25 10:56:54 +0000 |
commit | 747852023687e4fe4502cc616412a5e3568f56fd (patch) | |
tree | f4ddfb8922526f35f7d30a9120afba81f4905996 /gnu/lib/libregex/gnuregex.h | |
parent | 71424aefe16a0d60ee6544a02fb8e6f8cadbadf0 (diff) | |
download | FreeBSD-src-747852023687e4fe4502cc616412a5e3568f56fd.zip FreeBSD-src-747852023687e4fe4502cc616412a5e3568f56fd.tar.gz |
Change warning hint to be more useful
Diffstat (limited to 'gnu/lib/libregex/gnuregex.h')
-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 015cb6d..7356f9f 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> |