From: Jarkko Hietaniemi Date: Tue, 12 Aug 2003 12:52:09 +0000 (+0000) Subject: Microperl expects C89 (like the rest of Perl). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=75bd9dfbf22928c0bf91959743abfe7e4e445490;p=p5sagit%2Fp5-mst-13.2.git Microperl expects C89 (like the rest of Perl). p4raw-id: //depot/perl@20651 --- diff --git a/README.micro b/README.micro index 976742a..7f12c70 100644 --- a/README.micro +++ b/README.micro @@ -6,7 +6,7 @@ operating system are left very -- minimal. All this is experimental. If you don't know what to do with microperl you probably shouldn't. Do not report bugs in microperl; fix the bugs. -We assume ANSI C plus the following: +We assume ANSI C89 plus the following: - - rename() - opendir(), readdir(), closedir() (via dirent.h)