Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ksh ksh: Assume that $CC handles const (ANSI C89)



details:   https://anonhg.NetBSD.org/src/rev/2cec4188db7b
branches:  trunk
changeset: 824909:2cec4188db7b
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Jun 22 23:09:32 2017 +0000

description:
ksh: Assume that $CC handles const (ANSI C89)

No functional change.

diffstat:

 bin/ksh/config.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 9deef925b933 -r 2cec4188db7b bin/ksh/config.h
--- a/bin/ksh/config.h  Thu Jun 22 22:36:50 2017 +0000
+++ b/bin/ksh/config.h  Thu Jun 22 23:09:32 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: config.h,v 1.16 2017/06/22 19:46:54 kamil Exp $        */
+/*     $NetBSD: config.h,v 1.17 2017/06/22 23:09:32 kamil Exp $        */
 
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
@@ -14,9 +14,6 @@
 /* Define if the closedir function returns void instead of int.  */
 /* #undef CLOSEDIR_VOID */
 
-/* Define to empty if the keyword does not work.  */
-/* #undef const */
-
 /* Define to `int' if <sys/types.h> doesn't define.  */
 /* #undef gid_t */
 



Home | Main Index | Thread Index | Old Index