m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/m4module.h,v


From: Gary V. Vaughan
Subject: Changes to m4/m4/m4module.h,v
Date: Thu, 13 Jul 2006 23:35:17 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Gary V. Vaughan <gary>  06/07/13 23:35:16

Index: m4/m4module.h
===================================================================
RCS file: /sources/m4/m4/m4/m4module.h,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -b -r1.74 -r1.75
--- m4/m4module.h       8 May 2005 00:37:44 -0000       1.74
+++ m4/m4module.h       13 Jul 2006 23:35:16 -0000      1.75
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor
 
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2003,
-   2004, 2005 Free Software Foundation, Inc.
+   2004, 2005, 2006 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -118,6 +118,7 @@
        M4FIELD(int,     nesting_limit_opt,        nesting_limit)       \
        M4FIELD(int,     debug_level_opt,          debug_level)         \
        M4FIELD(int,     max_debug_arg_length_opt, max_debug_arg_length)\
+       M4FIELD(int,    regexp_syntax_opt,         regexp_syntax)       \
 
 
 #define m4_context_opt_bit_table                                       \
@@ -274,6 +275,13 @@
 
 
 
+/* --- REGEXP SYNTAX --- */
+
+extern const char *    m4_regexp_syntax_decode (int);
+extern int             m4_regexp_syntax_encode (const char *);
+
+
+
 /* --- SYNTAX TABLE DEFINITIONS --- */
 
 extern m4_syntax_table *m4_syntax_create       (void);




reply via email to

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