diff options
Diffstat (limited to 'readline/sysdep-oldbsd.h')
-rwxr-xr-x | readline/sysdep-oldbsd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readline/sysdep-oldbsd.h b/readline/sysdep-oldbsd.h index dbed762..86b6d0d 100755 --- a/readline/sysdep-oldbsd.h +++ b/readline/sysdep-oldbsd.h @@ -1,4 +1,5 @@ -/* System-dependent stuff, for Sony NEwS systems */ +/* System-dependent stuff, for Sony NEwS, Mach, and other systems + in the "old BSD Unix" tradition. */ #ifdef __GNUC__ #define alloca __builtin_alloca |