ports/editors/e93/files/patch-includes.h
Alexey Dokuchaev b788976fec - Update to version 1.4.3 (upstream does not embed version in the source
file, but comparing both files' contents shows that it is legit update)
- Convert rather cumbersome `post-patch' target to patches, removing the
  changes that were integrated upstream
- Actualize USES and USE_XORG lists, reword the COMMENT text while here
2019-09-27 11:05:57 +00:00

27 lines
563 B
C

--- includes.h.orig 2009-08-07 13:50:33 UTC
+++ includes.h
@@ -18,6 +18,7 @@
#include <stdio.h>
#include <stdarg.h>
+#include <stdbool.h>
#include <stdlib.h>
#include <errno.h>
#include <fcntl.h>
@@ -29,16 +30,6 @@
#include <locale.h>
#include <tcl.h>
-
-// deal with Tcl changing the way this works in newer versions
-#ifndef Tcl_GetErrorLine
-#define Tcl_GetErrorLine(interpreter) interpreter->errorLine
-#endif
-
-#ifndef Tcl_GetResult
-#define Tcl_GetResult(interpreter) interpreter->result
-#endif
-
#include "defines.h"
#include "guidefs.h"