Imported from ../bash-2.05b.tar.gz.

This commit is contained in:
Jari Aalto
2009-09-12 16:46:55 +00:00
parent f73dda092b
commit 7117c2d221
362 changed files with 34387 additions and 15063 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
/* bashtypes.h -- <sys/types.h> with special handling for crays. */
/* bashtypes.h -- Bash system types. */
/* Copyright (C) 1993 Free Software Foundation, Inc.
@@ -31,4 +31,8 @@
# undef word
#endif
#if defined (HAVE_INTTYPES_H)
# include <inttypes.h>
#endif
#endif /* _BASHTYPES_H_ */