blob: d07fcafbc35867c0188f04daa058678878788bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$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>
|