source: trunk/athena/etc/synctree/regexp.h @ 6952

Revision 6952, 224 bytes checked in by probe, 31 years ago (diff)
Initial revision
  • Property svn:executable set to *
Line 
1/*
2 * Copyright 1986,1989 by Richard P. Basch
3 * All Rights Reserved.
4 */
5
6#define LITERAL         '\\'
7#define WILDCHAR        '?'
8#define WILDCARD        '*'
9
10#define RANGEBEG        '['
11#define RANGEEND        ']'
12#define RANGETO         '-'
13#define NOTCHAR         '^'
Note: See TracBrowser for help on using the repository browser.