/[grep]/grep/src/mbsupport.h
ViewVC logotype

Diff of /grep/src/mbsupport.h

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

revision 1.3 by kasal, Tue Feb 8 10:58:30 2005 UTC revision 1.4 by kasal, Wed Feb 9 08:36:40 2005 UTC
# Line 1  Line 1 
1  /*  /* mbsupport.h --- Localize determination of whether we have multibyte stuff.
  * mbsupport.h --- Localize determination of whether we have multibyte stuff.  
  */  
2    
 /*  
3     Copyright (C) 2004, 2005 Free Software Foundation, Inc.     Copyright (C) 2004, 2005 Free Software Foundation, Inc.
4        
5     This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
# Line 20  Line 17 
17     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
18     02111-1307, USA.  */     02111-1307, USA.  */
19    
20  /*  
21   * This file is needed because we test for 1i8n support in 3 different  /* This file is needed so that we test for i18n support in just one place.
22   * places, and we want a consistent definition in all of them.  Following     This gives us a consistent definition for all uses of MBS_SUPPORT. This
23   * the ``Don't Repeat Yourself'' principle from "The Pragmatic Programmer",     follows the ``Don't Repeat Yourself'' principle from "The Pragmatic
24   * we centralize the tests here.     Programmer".
25   *    
26   * This test is the union of all the current tests.     The tests should be *all* the ones that are needed for an individual
27   */     application.  */
28    
29  #ifdef HAVE_STDLIB_H  #ifdef HAVE_STDLIB_H
30  #include <stdlib.h>  #include <stdlib.h>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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