X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.h.in;h=223f15df6e6224dd29696243dfa8ca8e84a9a547;hp=0f95c8fe7285ec7c0392c65c5f8cbc5521d4ab8a;hb=9208e1bde56ebb9cc550fd93034f1d4650518b11;hpb=61d8ae54ff6acd69e9dab2afb21591d44c46ee1f diff --git a/include/curses.h.in b/include/curses.h.in index 0f95c8fe..223f15df 100644 --- a/include/curses.h.in +++ b/include/curses.h.in @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: curses.h.in,v 1.259 2018/05/05 21:28:04 tom Exp $ */ +/* $Id: curses.h.in,v 1.260 2018/05/12 23:35:35 tom Exp $ */ #ifndef __NCURSES_H #define __NCURSES_H @@ -582,7 +582,7 @@ extern NCURSES_EXPORT(int) wgetnstr_events (WINDOW *,char *,int,_nc_eventlist *) #undef GCC_DEPRECATED #if (__GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 >= 2)) -#define GCC_DEPRECATED(msg) __attribute__((deprecated)); +#define GCC_DEPRECATED(msg) __attribute__((deprecated)) #else #define GCC_DEPRECATED(msg) /* nothing */ #endif