/[inetutils]/inetutils/lib/regex.h
ViewVC logotype

Diff of /inetutils/lib/regex.h

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

revision 1.1 by ams, Fri Jan 21 13:02:48 2005 UTC revision 1.2 by gray, Fri Jul 29 10:52:44 2005 UTC
# Line 16  Line 16 
16    
17     You should have received a copy of the GNU General Public License along     You should have received a copy of the GNU General Public License along
18     with this program; if not, write to the Free Software Foundation,     with this program; if not, write to the Free Software Foundation,
19     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */     Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
20    
21  #ifndef _REGEX_H  #ifndef _REGEX_H
22  #define _REGEX_H 1  #define _REGEX_H 1
# Line 193  extern reg_syntax_t re_syntax_options; Line 193  extern reg_syntax_t re_syntax_options;
193     & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS            \     & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS            \
194         | RE_CONTEXT_INVALID_OPS ))         | RE_CONTEXT_INVALID_OPS ))
195    
196  #define RE_SYNTAX_POSIX_AWK                                             \  #define RE_SYNTAX_POSIX_AWK                                             \
197    (RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS              \    (RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS              \
198     | RE_INTERVALS           | RE_NO_GNU_OPS)     | RE_INTERVALS           | RE_NO_GNU_OPS)
199    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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