From 643580914487cde30df4724b8d2650d81470351f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 22 Mar 2011 10:30:07 +0000 Subject: Be a bit more specific on where we compile. Are there any ANSI-C compilers where we don't compile? I'm pretty sure that mmap() is non-standard (we'll fail, e.g., on mingw32). --- index.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.sgml b/index.sgml index 4ddcb109..459d6f44 100644 --- a/index.sgml +++ b/index.sgml @@ -58,8 +58,8 @@

- mdocml is architecture- and system-neutral, written in plain-old C. The most - current version is @VERSION@, dated @VDATE@. + mdocml is in plain-old ANSI C and should build and run on any UNIX system. + The most current version is @VERSION@, dated @VDATE@.

-- cgit