grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/src/mbsupport.h


From: Stepan Kasal
Subject: Changes to grep/src/mbsupport.h
Date: Wed, 09 Feb 2005 03:36:42 -0500

Index: grep/src/mbsupport.h
diff -u grep/src/mbsupport.h:1.3 grep/src/mbsupport.h:1.4
--- grep/src/mbsupport.h:1.3    Tue Feb  8 10:58:30 2005
+++ grep/src/mbsupport.h        Wed Feb  9 08:36:40 2005
@@ -1,8 +1,5 @@
-/*
- * mbsupport.h --- Localize determination of whether we have multibyte stuff.
- */
+/* mbsupport.h --- Localize determination of whether we have multibyte stuff.
 
-/* 
    Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    
    This program is free software; you can redistribute it and/or modify
@@ -20,14 +17,14 @@
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    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 test is the union of all the current tests.
- */
+
+/* This file is needed so that we test for i18n 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".
+  
+   The tests should be *all* the ones that are needed for an individual
+   application.  */
 
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>




reply via email to

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