commit bash-20041124 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:40:27 -05:00
parent eb2bb5621f
commit 54cdd75ae4
28 changed files with 2599 additions and 1133 deletions
+2
View File
@@ -88,11 +88,13 @@ extern void tzset(void);
static int weeknumber(const struct tm *timeptr, int firstweekday);
static int iso8601wknum(const struct tm *timeptr);
#ifndef inline
#ifdef __GNUC__
#define inline __inline__
#else
#define inline /**/
#endif
#endif
#define range(low, item, hi) max(low, min(item, hi))