diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-12-06 13:35:31 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-12-06 13:35:31 +0000 |
commit | 0f31cffe78d3a5cfa348eb1c3208e5daec5777d9 (patch) | |
tree | c9c2a9068c94d6f51785102caabd99baed4a564d /pp_sys.c | |
parent | 0cc1d052f2b5aa0a485e4a60aabe91829ddbe78c (diff) | |
download | perl-0f31cffe78d3a5cfa348eb1c3208e5daec5777d9.tar.gz |
fix outdated/incorrect info about arbitrary limits
p4raw-id: //depot/perl@2454
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -173,14 +173,6 @@ static int dooneliner _((char *cmd, char *filename)); #endif /* no flock() */ -#ifndef MAXPATHLEN -# ifdef PATH_MAX -# define MAXPATHLEN PATH_MAX -# else -# define MAXPATHLEN 1024 -# endif -#endif - #define ZBTLEN 10 static char zero_but_true[ZBTLEN + 1] = "0 but true"; |