diff options
author | Larry Wall <lwall@netlabs.com> | 1991-11-05 09:55:53 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-11-05 09:55:53 +0000 |
commit | 55204971972392ce5a252fbbd6d78b1c48ed70e3 (patch) | |
tree | a0fc0fa7a40dae3b455667572b9aac94b020c246 /x2p/util.h | |
parent | de3bb51191e884300caf98892ecfcc0ca3ebc09c (diff) | |
download | perl-55204971972392ce5a252fbbd6d78b1c48ed70e3.tar.gz |
perl 4.0 patch 18: patch #11, continued
See patch #11.
Diffstat (limited to 'x2p/util.h')
-rw-r--r-- | x2p/util.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x2p/util.h b/x2p/util.h index f8a686bd7f..e40625171d 100644 --- a/x2p/util.h +++ b/x2p/util.h @@ -1,4 +1,4 @@ -/* $RCSfile: util.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 12:20:43 $ +/* $RCSfile: util.h,v $$Revision: 4.0.1.2 $$Date: 91/11/05 19:21:20 $ * * Copyright (c) 1991, Larry Wall * @@ -6,6 +6,9 @@ * License or the Artistic License, as specified in the README file. * * $Log: util.h,v $ + * Revision 4.0.1.2 91/11/05 19:21:20 lwall + * patch11: various portability fixes + * * Revision 4.0.1.1 91/06/07 12:20:43 lwall * patch4: new copyright notice * @@ -16,6 +19,8 @@ /* is the string for makedir a directory name or a filename? */ +#define fatal Myfatal + #define MD_DIR 0 #define MD_FILE 1 |