eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/dic/automaton.h [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/dic/automaton.h [antoine-1]
Date: Sun, 23 Oct 2005 16:58:25 -0400

Index: eliot/dic/automaton.h
diff -u eliot/dic/automaton.h:1.8.2.2 eliot/dic/automaton.h:1.8.2.3
--- eliot/dic/automaton.h:1.8.2.2       Sun Oct 23 18:38:18 2005
+++ eliot/dic/automaton.h       Sun Oct 23 20:58:19 2005
@@ -17,8 +17,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/* $Id: automaton.h,v 1.8.2.2 2005/10/23 18:38:18 afrab Exp $ */
-
 /**
  *  \file   automaton.h
  *  \brief  (Non)Deterministic Finite Automaton for Regexp
@@ -29,16 +27,16 @@
 #ifndef _DIC_AUTOMATON_H_
 #define _DIC_AUTOMATON_H_
 #if defined(__cplusplus)
-extern "C" 
+extern "C"
   {
-#endif 
+#endif
 
 typedef struct automaton_t       *automaton;
 
     /**
-     * build a static deterministic finite automaton from 
+     * build a static deterministic finite automaton from
      * "init_state", "ptl" and "PS" given by the parser
-     */     
+     */
 automaton automaton_build(int init_state, int *ptl, int *PS, struct 
search_RegE_list_t *list);
 
     /**
@@ -74,5 +72,5 @@
 
 #if defined(__cplusplus)
   }
-#endif 
+#endif
 #endif /* _DIC_AUTOMATON_H_ */




reply via email to

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