additional error checking for declare; changes for MSYS32; add support for unlocked-io stdio functions; several C23 changes

This commit is contained in:
Chet Ramey
2024-02-16 10:55:13 -05:00
parent 6bd75b8d63
commit e1dd98a1db
28 changed files with 1419 additions and 481 deletions
+2 -3
View File
@@ -26,6 +26,8 @@
#if defined (HAVE_UNISTD_H)
# include <unistd.h>
extern int optind;
extern char *optarg;
#endif
#include "bashansi.h"
@@ -41,9 +43,6 @@
#define LFLAG 0x0020
#define XFLAG 0x0040
extern int optind;
extern char *optarg;
extern char *dist_version;
extern int patch_level;