mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +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
@@ -60,7 +60,7 @@ typedef struct mr_table {
|
||||
extern mr_table_t *mr_table_entry (PTR_T);
|
||||
extern void mregister_alloc (const char *, PTR_T, size_t, const char *, int);
|
||||
extern void mregister_free (PTR_T, int, const char *, int);
|
||||
extern void mregister_describe_mem ();
|
||||
extern void mregister_describe_mem (PTR_T, FILE *); /* needs stdio.h */
|
||||
extern void mregister_dump_table (void);
|
||||
extern void mregister_table_init (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user