*** empty log message ***

This commit is contained in:
ceriel
1987-02-05 14:11:46 +00:00
parent 89b5f5c8c4
commit ae00be7592
3 changed files with 12 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ typedef int bool;
#define RFLAG 0x01 /* -r flag given. */
#define SFLAG 0x02 /* -s flag given. */
#define CFLAG 0x04 /* -c flag given. */
#define PLAIN 0 /* Input file is a normal file. */
#define ARCHIVE 1 /* Input file is an archive. */