diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 16:26:56 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-04-16 16:26:56 +0000 |
commit | 398dd6530a082bafbd6a2a01dada0e0b0ae33f96 (patch) | |
tree | f276d76ee9afdc5eb14d599f50ca7585361c26fa | |
parent | f5c726a0125d88c06f92182b01eea1716f052ca0 (diff) |
mtx 0.60d
git-svn-id: svn://tug.org/texlive/trunk@25988 c570f23f-e606-0410-a88d-b1316a301751
l--------- | Build/source/utils/mtx/m-mtx | 1 | ||||
-rw-r--r-- | Build/source/utils/mtx/malloc | 16 | ||||
l--------- | Build/source/utils/mtx/mtx-0.60d.tar.gz | 1 |
3 files changed, 0 insertions, 18 deletions
diff --git a/Build/source/utils/mtx/m-mtx b/Build/source/utils/mtx/m-mtx deleted file mode 120000 index 2727e25022e..00000000000 --- a/Build/source/utils/mtx/m-mtx +++ /dev/null @@ -1 +0,0 @@ -../../../../m-mtx
\ No newline at end of file diff --git a/Build/source/utils/mtx/malloc b/Build/source/utils/mtx/malloc deleted file mode 100644 index 90a643256eb..00000000000 --- a/Build/source/utils/mtx/malloc +++ /dev/null @@ -1,16 +0,0 @@ -#undef malloc - -#include <sys/types.h> - -void *malloc (); - -/* Allocate an N-byte block of memory from the heap. - If N is zero, allocate a 1-byte block. */ - -void * -rpl_malloc (size_t n) -{ - if (n == 0) - n = 1; - return malloc (n); -} diff --git a/Build/source/utils/mtx/mtx-0.60d.tar.gz b/Build/source/utils/mtx/mtx-0.60d.tar.gz deleted file mode 120000 index a01aa0c4855..00000000000 --- a/Build/source/utils/mtx/mtx-0.60d.tar.gz +++ /dev/null @@ -1 +0,0 @@ -../../../../mtx-0.60d.tar.gz
\ No newline at end of file |