Revision 4505,
539 bytes
checked in by jik, 34 years ago
(diff) |
Shorten mit-copyright.h to mit-copying.h so it'll work on systems with
14-char filenames.
|
Line | |
---|
1 | /* |
---|
2 | * $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/shell_regexp.h,v $ |
---|
3 | * $Author: jik $ |
---|
4 | * |
---|
5 | * This program is part of a package including delete, undelete, |
---|
6 | * lsdel, expunge and purge. The software suite is meant as a |
---|
7 | * replacement for rm which allows for file recovery. |
---|
8 | * |
---|
9 | * Copyright (c) 1989 by the Massachusetts Institute of Technology. |
---|
10 | * For copying and distribution information, see the file "mit-copying.h." |
---|
11 | */ |
---|
12 | #include "mit-copying.h" |
---|
13 | |
---|
14 | extern int reg_cmp(); |
---|
15 | |
---|
16 | #define REGEXP_MATCH 1 |
---|
17 | #define REGEXP_NO_MATCH 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.