mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 21:20:47 +02:00
unconditionally define PGRP_PIPE; fix wait in funsubs; fix REPLY as nameref in varsub; fix crash with parse errors in compound assignments
This commit is contained in:
@@ -212,6 +212,9 @@ extern void clock_t_to_secs (clock_t, time_t *, long *);
|
||||
extern void print_clock_t (FILE *, clock_t);
|
||||
#endif
|
||||
|
||||
/* Declarations for functions defined in lib/sh/compat.c */
|
||||
extern int compat_init (void);
|
||||
|
||||
/* Declarations for functions defined in lib/sh/dprintf.c */
|
||||
#if !defined (HAVE_DPRINTF)
|
||||
extern void dprintf (int, const char *, ...) __attribute__((__format__ (printf, 2, 3)));
|
||||
|
||||
Reference in New Issue
Block a user