/[eliot]/eliot/dic/regexp.c
ViewVC logotype

Diff of /eliot/dic/regexp.c

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

revision 1.10 by ipkiss, Fri Nov 4 20:00:06 2005 UTC revision 1.11 by ipkiss, Sat Nov 5 17:56:22 2005 UTC
# Line 17  Line 17 
17  /* along with this program; if not, write to the Free Software               */  /* along with this program; if not, write to the Free Software               */
18  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */  /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
19    
20    /**
21     *  \file   regexp.c
22     *  \brief  Regular Expression fonctions
23     *  \author Antoine Fraboulet
24     *  \date   2005
25     */
26    
27  #include "config.h"  #include "config.h"
28  #include <stdio.h>  #include <stdio.h>
29  #include <stdlib.h>  #include <stdlib.h>
# Line 368  void regexp_print_tree(NODE* n, char* na Line 375  void regexp_print_tree(NODE* n, char* na
375  }  }
376  #endif  #endif
377    
378    
379    /// Local Variables:
380    /// mode: hs-minor
381    /// c-basic-offset: 2
382    /// End:

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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