diff options
author | Arnold D. Robbins <arnold@emoryu2.arpa> | 1988-01-25 20:53:22 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1988-01-25 20:53:22 +0000 |
commit | be04251a8346b991e162b668d84d5cf1aa6e8501 (patch) | |
tree | 80656dbd27cfdb0badeb9791c39f564c81c8b5b5 /patchlevel.h | |
parent | fdf95cbbc2acfbfc754558cc084039bd434df8d8 (diff) | |
download | perl-be04251a8346b991e162b668d84d5cf1aa6e8501.tar.gz |
perl 1.0 patch 5: a2p didn't make use of the config.h generated by Configure
The a2p program used index() and bcopy(), both of do not exist
everywhere. Since Configure was already figuring out about those
functions, it is fairly trivial to get a2p to make use of the info.
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 82d4f629a7..51d80f3b8e 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL 4 +#define PATCHLEVEL 5 |