bug-grep
[Top][All Lists]
Advanced

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

[bug-grep] suggested patch for mbsupport.h


From: Aharon Robbins
Subject: [bug-grep] suggested patch for mbsupport.h
Date: Tue, 8 Feb 2005 16:42:28 +0200

The wording is still not generic enough in the explanatory comment.
Patch attached.

Enjoy,

Arnold
-------------------------------------
2005-02-08  Arnold D. Robbins  <address@hidden>

        * mbsupport.h: Make wording in explanatory comment
        more generic.

Index: mbsupport.h
===================================================================
RCS file: /cvsroot/grep/grep/src/mbsupport.h,v
retrieving revision 1.3
diff -u -r1.3 mbsupport.h
--- mbsupport.h 8 Feb 2005 10:58:30 -0000       1.3
+++ mbsupport.h 8 Feb 2005 14:40:31 -0000
@@ -21,12 +21,13 @@
    02111-1307, USA.  */
 
 /*
- * This file is needed because we test for 1i8n support in 3 different
- * places, and we want a consistent definition in all of them.  Following
- * the ``Don't Repeat Yourself'' principle from "The Pragmatic Programmer",
- * we centralize the tests here.
+ * This file is needed so that we test for 1i8n support in just one place.
+ * This gives us a consistent definition for all uses of MBS_SUPPORT. This
+ * follows the ``Don't Repeat Yourself'' principle from "The Pragmatic
+ * Programmer".
  *
- * This test is the union of all the current tests.
+ * The tests should be *all* the ones that are needed for an individual
+ * application.
  */
 
 #ifdef HAVE_STDLIB_H




reply via email to

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