diff options
author | 1999-11-28 17:59:28 +0000 | |
---|---|---|
committer | 1999-11-28 17:59:28 +0000 | |
commit | c6cdd5a60f0c1900bb7d19253bf0adf2ce035032 (patch) | |
tree | a0c8071777c10d964c4af5c598c7c0fae89bb01d /lib | |
parent | update to ncurses-5.0-19991127 (diff) | |
download | wireguard-openbsd-c6cdd5a60f0c1900bb7d19253bf0adf2ce035032.tar.xz wireguard-openbsd-c6cdd5a60f0c1900bb7d19253bf0adf2ce035032.zip |
#ifdef BROKEN_LINKER -> #if BROKEN_LINKER
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcurses/tic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/tic.h b/lib/libcurses/tic.h index b72b0c33f30..f3b6aa4684a 100644 --- a/lib/libcurses/tic.h +++ b/lib/libcurses/tic.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tic.h,v 1.6 1999/11/28 17:53:40 millert Exp $ */ +/* $OpenBSD: tic.h,v 1.7 1999/11/28 17:59:28 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998 Free Software Foundation, Inc. * @@ -159,7 +159,7 @@ struct tinfo_fkeys { chtype code; }; -#ifdef BROKEN_LINKER +#if BROKEN_LINKER #define _nc_tinfo_fkeys _nc_tinfo_fkeysf() extern struct tinfo_fkeys *_nc_tinfo_fkeysf(void); |