blob: 37bf608200fd243e2c22ec311852f3e174d352d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Taken from: [FDclone-users:00145]
diff -u ../old/FD-2.03a/system.h ./system.h
--- ../old/FD-2.03a/system.h Tue Apr 15 00:00:00 2003
+++ ./system.h Tue Apr 22 00:00:00 2003
@@ -185,6 +185,7 @@
#define MD_WITHERR 0020
#define MD_HEREDOC 0040
#define MD_FORCED 0100
+#define MD_REST 0200
typedef struct _command_t {
hashlist *hash;
|