|
@@ -153,8 +153,6 @@
|
|
|
#define INVALID_WILDPAT -2 /* exp is an invalid pattern */
|
|
#define INVALID_WILDPAT -2 /* exp is an invalid pattern */
|
|
|
#define VALID_WILDPAT 1 /* exp is a valid pattern */
|
|
#define VALID_WILDPAT 1 /* exp is a valid pattern */
|
|
|
|
|
|
|
|
-//#endif /* USE_REGEX */
|
|
|
|
|
-
|
|
|
|
|
/* Define return codes from regexp_valid and shexp_valid */
|
|
/* Define return codes from regexp_valid and shexp_valid */
|
|
|
#define NON_SXP NON_WILDPAT /* exp is an ordinary string */
|
|
#define NON_SXP NON_WILDPAT /* exp is an ordinary string */
|
|
|
#define INVALID_SXP INVALID_WILDPAT /* exp is an invalid shell exp */
|
|
#define INVALID_SXP INVALID_WILDPAT /* exp is an invalid shell exp */
|