From b5ad8bf0de790e11f95b09dc694159ec8239469f Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 23 May 2001 08:53:11 +0000 Subject: add mod_export in a couple of places where it was missing --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index 3bdaef307..3c169f066 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -163,7 +163,7 @@ zerrmsg(const char *fmt, const char *str, int num) * This is used instead of putchar since it can be a macro. */ /**/ -int +mod_export int putraw(int c) { putc(c, stdout); -- cgit v1.2.3