diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-11 11:47:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-11 11:47:47 +0200 |
commit | 255f50dd5427a17e5277a30d98b0a1c5eaec6001 (patch) | |
tree | 95a94b431c4a0fc7bd8aff53cff862b628fc6ca8 /builtin.c | |
parent | 9b8d1fd59b0b4119097bb9943620804c12d1bf0a (diff) | |
parent | 938afb4d7acb9974d5789dfe4e322c0ccce0541e (diff) | |
download | egawk-255f50dd5427a17e5277a30d98b0a1c5eaec6001.tar.gz egawk-255f50dd5427a17e5277a30d98b0a1c5eaec6001.tar.bz2 egawk-255f50dd5427a17e5277a30d98b0a1c5eaec6001.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4402,7 +4402,8 @@ mbc_char_count(const char *ptr, size_t numbytes) /* sanitize_exit_status --- convert a 16 bit Unix exit status into something reasonable */ -int sanitize_exit_status(int status) +int +sanitize_exit_status(int status) { int ret = 0; |