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

Diff of /grep/src/dfa.c

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

revision 1.26 by kasal, Fri Nov 19 16:48:15 2004 UTC revision 1.27 by kasal, Mon Nov 22 13:40:56 2004 UTC
# Line 48  extern void free(); Line 48  extern void free();
48  # include <locale.h>  # include <locale.h>
49  #endif  #endif
50    
 #include "mbsupport.h"  /* defined MBS_SUPPORT if appropriate */  
   
 #ifdef MBS_SUPPORT  
 # include <wchar.h>  
 # include <wctype.h>  
 #endif  
   
51    
52  #ifndef DEBUG   /* use the same approach as regex.c */  #ifndef DEBUG   /* use the same approach as regex.c */
53  #undef assert  #undef assert
# Line 118  extern void free(); Line 111  extern void free();
111  # define _(Str) (Str)  # define _(Str) (Str)
112  #endif  #endif
113    
114    #include "mbsupport.h"  /* defines MBS_SUPPORT if appropriate */
115    #ifdef MBS_SUPPORT
116    /* We can handle multibyte strings. */
117    # include <wchar.h>
118    # include <wctype.h>
119    #endif
120    
121  #include "regex.h"  #include "regex.h"
122  #include "dfa.h"  #include "dfa.h"
123  #include "hard-locale.h"  #include "hard-locale.h"

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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