X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fncurses_cfg.hin;h=391a692840e961caec228cb37d43cb762e906a2b;hp=1c689aa7a9a1123e98aaa989477320267c90f0c2;hb=af3d0ee323cbb22d2a7596d564bf68f7307f5076;hpb=4aaab5e7c855d212deaa53608a08de5648fd86f6 diff --git a/include/ncurses_cfg.hin b/include/ncurses_cfg.hin index 1c689aa7..391a6928 100644 --- a/include/ncurses_cfg.hin +++ b/include/ncurses_cfg.hin @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2015 Free Software Foundation, Inc. * + * Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -30,7 +30,7 @@ * Author: Thomas E. Dickey 1997-on * ****************************************************************************/ /* - * $Id: ncurses_cfg.hin,v 1.8 2015/09/12 20:49:54 tom Exp $ + * $Id: ncurses_cfg.hin,v 1.9 2016/03/05 21:45:24 tom Exp $ * * This is a template-file used to generate the "ncurses_cfg.h" file. * @@ -52,11 +52,6 @@ #ifdef __cplusplus #undef const #undef inline -#elif !defined(__clang__) -#if defined(lint) || defined(TRACE) -#undef inline -#define inline /* nothing */ -#endif #endif /* On HP-UX, the C compiler doesn't grok mbstate_t without @@ -69,4 +64,7 @@ #endif #endif +/* + * vile:cmode + */ #endif /* NC_CONFIG_H */