mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-12 06:30:50 +02:00
additional error checking for declare; changes for MSYS32; add support for unlocked-io stdio functions; several C23 changes
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ static PTR_T internal_valloc (size_t, const char *, int, int);
|
||||
static PTR_T internal_remap (PTR_T, size_t, int, int);
|
||||
|
||||
#if defined (botch)
|
||||
extern void botch ();
|
||||
extern void botch (const char *, ...);
|
||||
#else
|
||||
static void botch (const char *, const char *, int);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user