eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/dic/regexp.h


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/dic/regexp.h
Date: Sat, 05 Nov 2005 12:56:25 -0500

Index: eliot/dic/regexp.h
diff -u eliot/dic/regexp.h:1.10 eliot/dic/regexp.h:1.11
--- eliot/dic/regexp.h:1.10     Fri Nov  4 20:00:06 2005
+++ eliot/dic/regexp.h  Sat Nov  5 17:56:22 2005
@@ -18,7 +18,7 @@
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
 /**
- *  \file regexp.h
+ *  \file   regexp.h
  *  \brief  Regular Expression fonctions
  *  \author Antoine Fraboulet
  *  \date   2005
@@ -83,6 +83,10 @@
      * against special tokens in the regular expression search
      */
 struct search_RegE_list_t {
+  /** maximum length for results */
+  int minlength;
+  /** maximum length for results */
+  int maxlength;
   /** special symbol associated with the list */
   char symbl[DIC_SEARCH_REGE_LIST];
   /** 0 or 1 if list is valid */




reply via email to

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