diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-29 19:02:54 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-29 19:02:54 +0000 |
commit | 55f0c7b1f26afabb7f356343f2650626e09fce51 (patch) | |
tree | 64f899523632281211e0b1cbf09223ecf2270fb5 /bootstrap | |
parent | d4fb5e3cb9116c90ba5afa7ca272df89bbc4e32a (diff) | |
download | bison-55f0c7b1f26afabb7f356343f2650626e09fce51.tar.gz |
Port to SunOS 4.1.4, which lacks strtoul and strerror.
* bootstrap (gnulib_modules): Add strerror, strtoul.
* lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
* m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -108,6 +108,8 @@ quotearg stdbool stdio-safer stpcpy +strerror +strtoul unistd-safer verify xalloc |