From 37da2899f40661e3e9631e497da8dc59b971cbd0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 17:07:39 +0000 Subject: 20060303a --- libinterp/das-stub.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libinterp/das-stub.c (limited to 'libinterp/das-stub.c') diff --git a/libinterp/das-stub.c b/libinterp/das-stub.c new file mode 100644 index 00000000..115e0b46 --- /dev/null +++ b/libinterp/das-stub.c @@ -0,0 +1,9 @@ +#include +#include + +void +das(uchar *x, int n) +{ + USED(x); + USED(n); +} -- cgit v1.2.3