aboutsummaryrefslogtreecommitdiff
path: root/lang/scriba/files/patch-memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'lang/scriba/files/patch-memory.c')
-rw-r--r--lang/scriba/files/patch-memory.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/scriba/files/patch-memory.c b/lang/scriba/files/patch-memory.c
deleted file mode 100644
index 42460616ed84..000000000000
--- a/lang/scriba/files/patch-memory.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- memory.c.orig Mon Apr 22 01:40:39 2002
-+++ memory.c Tue Mar 1 22:11:42 2005
-@@ -19,7 +19,11 @@
-
- TO_HEADER:
-
--typedef unsigned char BYTE, *PBYTE;
-+#ifndef BYTE_TYPE_ALREADY_DEFINED
-+typedef unsigned char BYTE;
-+#endif
-+
-+typedef unsigned char *PBYTE;
-
- typedef struct _FixSizeMemoryObject {
-