grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/src/grep.c


From: Stepan Kasal
Subject: Changes to grep/src/grep.c
Date: Mon, 07 Feb 2005 04:28:50 -0500

Index: grep/src/grep.c
diff -u grep/src/grep.c:1.91 grep/src/grep.c:1.92
--- grep/src/grep.c:1.91        Thu Dec 16 08:19:29 2004
+++ grep/src/grep.c     Mon Feb  7 09:28:49 2005
@@ -1,5 +1,6 @@
 /* grep.c - main driver file for grep.
-   Copyright (C) 1992, 1997-1999, 2000, 2001, 2002, 2004 Free Software 
Foundation, Inc.
+   Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004,
+   2005 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -30,9 +31,8 @@
 # include <sys/time.h>
 # include <sys/resource.h>
 #endif
-#if defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H && defined HAVE_MBRTOWC
-/* We can handle multibyte string.  */
-# define MBS_SUPPORT
+#include "mbsupport.h"
+#ifdef MBS_SUPPORT
 # include <wchar.h>
 # include <wctype.h>
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]