Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/editors/e93/files/patch-includes.h
16462 views
1
--- includes.h.orig 2009-08-07 13:50:33 UTC
2
+++ includes.h
3
@@ -18,6 +18,7 @@
4
5
#include <stdio.h>
6
#include <stdarg.h>
7
+#include <stdbool.h>
8
#include <stdlib.h>
9
#include <errno.h>
10
#include <fcntl.h>
11
@@ -29,16 +30,6 @@
12
#include <locale.h>
13
14
#include <tcl.h>
15
-
16
-// deal with Tcl changing the way this works in newer versions
17
-#ifndef Tcl_GetErrorLine
18
-#define Tcl_GetErrorLine(interpreter) interpreter->errorLine
19
-#endif
20
-
21
-#ifndef Tcl_GetResult
22
-#define Tcl_GetResult(interpreter) interpreter->result
23
-#endif
24
-
25
26
#include "defines.h"
27
#include "guidefs.h"
28
29