diff options
author | John Gilmore <gnu@cygnus> | 1991-11-22 21:59:01 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-11-22 21:59:01 +0000 |
commit | 73766d9154ecf763b2b35f0767d6dcf6f605e24a (patch) | |
tree | a51ff671128a21643acb43c0da7b53b9181fef4d /readline/sysdep-oldbsd.h | |
parent | 3ae444f84469bc94f3cde435e2ea3945ad33816b (diff) | |
download | gdb-73766d9154ecf763b2b35f0767d6dcf6f605e24a.zip gdb-73766d9154ecf763b2b35f0767d6dcf6f605e24a.tar.gz gdb-73766d9154ecf763b2b35f0767d6dcf6f605e24a.tar.bz2 |
Support Mach too.
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 |