summarylogtreecommitdiffstats
path: root/1.1.0.patch
diff options
context:
space:
mode:
authorKuoi2024-02-05 01:27:57 +0800
committerKuoi2024-02-05 01:27:57 +0800
commit15329b8b7e3ae52aad9cdf2903b5b72f1c587b89 (patch)
tree402835629e1a27e596ac7210dcfad43958cbdcb0 /1.1.0.patch
downloadaur-dnarates.tar.gz
init
Diffstat (limited to '1.1.0.patch')
-rw-r--r--1.1.0.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/1.1.0.patch b/1.1.0.patch
new file mode 100644
index 000000000000..8ae401770254
--- /dev/null
+++ b/1.1.0.patch
@@ -0,0 +1,23 @@
+diff --git a/source/DNArates.h b/source/DNArates.h
+index ecbec79..a1cd476 100644
+--- a/source/DNArates.h
++++ b/source/DNArates.h
+@@ -4,6 +4,8 @@
+ #define headerVersion "1.1.0"
+ #define headerDate "March 9, 1998"
+
++#include <stdlib.h>
++
+ /* Compile time switches for various updates to program:
+ * 0 gives original version
+ * 1 gives new version
+@@ -86,9 +88,3 @@ typedef struct {
+
+
+ void exit();
+-
+-#if ANSI
+- void *malloc();
+-#else
+- char *malloc();
+-#endif