grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/src/dfa.c


From: Stepan Kasal
Subject: Changes to grep/src/dfa.c
Date: Thu, 16 Dec 2004 04:20:25 -0500

Index: grep/src/dfa.c
diff -u grep/src/dfa.c:1.31 grep/src/dfa.c:1.32
--- grep/src/dfa.c:1.31 Thu Dec 16 08:19:29 2004
+++ grep/src/dfa.c      Thu Dec 16 09:20:23 2004
@@ -2702,7 +2702,7 @@
 
 /* Transit state from s, then return new state and update the pointer of the
    buffer.  This function is for some operator which can match with a multi-
-   byte character or a collating element(which may be multi characters).  */
+   byte character or a collating element (which may be multi characters).  */
 static int
 transit_state (struct dfa *d, int s, unsigned char const **pp)
 {
@@ -2786,7 +2786,7 @@
   return s1;
 }
 
-#endif
+#endif /* MBS_SUPPORT */
 
 /* Search through a buffer looking for a match to the given struct dfa.
    Find the first occurrence of a string matching the regexp in the buffer,




reply via email to

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