X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fncurses_cfg.hin;h=91270d06dcf660a544c7d80765fbc666a01462a3;hp=1c689aa7a9a1123e98aaa989477320267c90f0c2;hb=8d3ea9021573747ecd129228ba7782a03243f62c;hpb=4aaab5e7c855d212deaa53608a08de5648fd86f6 diff --git a/include/ncurses_cfg.hin b/include/ncurses_cfg.hin index 1c689aa7..91270d06 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-2016,2017 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,10 @@ * 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.10 2017/07/22 17:01:10 tom Exp $ + * + * Both ncurses_cfg.h and ncurses_def.h are internal header-files used when + * building ncurses. * * This is a template-file used to generate the "ncurses_cfg.h" file. * @@ -52,11 +55,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 +67,7 @@ #endif #endif +/* + * vile:cmode + */ #endif /* NC_CONFIG_H */