diff options
Diffstat (limited to 'gnu/lib/libregex')
-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> |