/[grep]/grep/src/search.c
ViewVC logotype

Diff of /grep/src/search.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by charles_levert, Fri Nov 11 10:21:25 2005 UTC revision 1.40 by charles_levert, Wed Nov 16 21:26:44 2005 UTC
# Line 616  static pcre_extra *extra; Line 616  static pcre_extra *extra;
616  COMPILE_FCT(Pcompile)  COMPILE_FCT(Pcompile)
617  {  {
618  #if !HAVE_LIBPCRE  #if !HAVE_LIBPCRE
619    error (2, 0, _("The -P option is not supported"));    error (2, 0, "%s", _("Support for the -P option is not compiled into this --disable-perl-regexp binary"));
620  #else  #else
621    int e;    int e;
622    char const *ep;    char const *ep;

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26