mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-31 07:23:52 +02:00
second set of ANSI C changes: C89-style function declarations, more inline functions, remove register keyword
This commit is contained in:
@@ -169,7 +169,7 @@ extern char *strsub (char *, char *, char *, int);
|
||||
extern char *strcreplace (char *, int, const char *, int);
|
||||
extern void strip_leading (char *);
|
||||
extern void strip_trailing (char *, int, int);
|
||||
extern void xbcopy (char *, char *, int);
|
||||
extern void xbcopy (char *, char *, size_t);
|
||||
|
||||
/* Functions from version.c. */
|
||||
extern char *shell_version_string (void);
|
||||
|
||||
Reference in New Issue
Block a user