f7831b0593
Bug-fix release.
21 lines
542 B
C
21 lines
542 B
C
$NetBSD: patch-generic_tclInt.h,v 1.2 2016/09/03 11:58:01 adam Exp $
|
|
|
|
--- generic/tclInt.h.orig 2016-07-11 11:51:23.000000000 +0000
|
|
+++ generic/tclInt.h
|
|
@@ -38,16 +38,8 @@
|
|
#include <stdio.h>
|
|
|
|
#include <ctype.h>
|
|
-#ifdef NO_STDLIB_H
|
|
-# include "../compat/stdlib.h"
|
|
-#else
|
|
# include <stdlib.h>
|
|
-#endif
|
|
-#ifdef NO_STRING_H
|
|
-#include "../compat/string.h"
|
|
-#else
|
|
#include <string.h>
|
|
-#endif
|
|
#if defined(STDC_HEADERS) || defined(__STDC__) || defined(__C99__FUNC__) \
|
|
|| defined(__cplusplus) || defined(_MSC_VER)
|
|
#include <stddef.h>
|