Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/ksh Drop support for $CC incapable to use void* / volati...
details: https://anonhg.NetBSD.org/src/rev/a49dbc168f71
branches: trunk
changeset: 354605:a49dbc168f71
user: kamil <kamil%NetBSD.org@localhost>
date: Thu Jun 22 19:46:54 2017 +0000
description:
Drop support for $CC incapable to use void* / volatile* (pre ANSI C89)
diffstat:
bin/ksh/config.h | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r c061d34836e6 -r a49dbc168f71 bin/ksh/config.h
--- a/bin/ksh/config.h Thu Jun 22 19:41:07 2017 +0000
+++ b/bin/ksh/config.h Thu Jun 22 19:46:54 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config.h,v 1.15 2017/06/22 19:41:07 kamil Exp $ */
+/* $NetBSD: config.h,v 1.16 2017/06/22 19:46:54 kamil Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -105,12 +105,6 @@
/* Define if you don't have setpgrp(), setpgid() or getpgrp() routines */
/* #undef NO_PGRP */
-/* Define to char if your compiler doesn't like the void keyword */
-/* #undef void */
-
-/* Define to nothing if compiler doesn't like the volatile keyword */
-/* #undef volatile */
-
/* Define if C compiler groks function prototypes */
#define HAVE_PROTOTYPES 1
Home |
Main Index |
Thread Index |
Old Index