From 3555fedb614de2daace01be13226cbdcd5178093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 16 Jun 2010 15:33:58 +0000 Subject: added roman's patch for more aliases svn path=/trunk/externals/iem/iemmatrix/; revision=13663 --- alias/mtx_0x3c0x3d.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 alias/mtx_0x3c0x3d.c (limited to 'alias/mtx_0x3c0x3d.c') diff --git a/alias/mtx_0x3c0x3d.c b/alias/mtx_0x3c0x3d.c new file mode 100644 index 0000000..a08d579 --- /dev/null +++ b/alias/mtx_0x3c0x3d.c @@ -0,0 +1,6 @@ +// alias for [mtx_<=] +#include "../src/mtx_le.c" +void mtx_0x3c0x3d_setup() +{ + mtx_le_setup(); +} -- cgit v1.2.1