grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/src/dfa.h


From: Stepan Kasal
Subject: Changes to grep/src/dfa.h
Date: Thu, 16 Dec 2004 03:39:40 -0500

Index: grep/src/dfa.h
diff -u grep/src/dfa.h:1.7 grep/src/dfa.h:1.8
--- grep/src/dfa.h:1.7  Wed Mar  7 04:11:27 2001
+++ grep/src/dfa.h      Thu Dec 16 08:19:29 2004
@@ -150,7 +150,7 @@
 
 #ifdef MBS_SUPPORT
   ANYCHAR,                     /* ANYCHAR is a terminal symbol that matches
-                                  any multibyte(or singlebyte) characters.
+                                  any multibyte (or single byte) characters.
                                  It is used only if MB_CUR_MAX > 1.  */
 
   MBCSET,                      /* MBCSET is similar to CSET, but for
@@ -305,9 +305,9 @@
   int *multibyte_prop;
   /* The value of multibyte_prop[i] is defined by following rule.
        if tokens[i] < NOTCHAR
-         bit 1 : tokens[i] is a singlebyte character, or the last-byte of
+         bit 1 : tokens[i] is a single byte character, or the last-byte of
                 a multibyte character.
-        bit 0 : tokens[i] is a singlebyte character, or the 1st-byte of
+        bit 0 : tokens[i] is a single byte character, or the 1st-byte of
                 a multibyte character.
        if tokens[i] = MBCSET
          ("the index of mbcsets correspnd to this operator" << 2) + 3




reply via email to

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