Change 20651 by [EMAIL PROTECTED] on 2003/08/12 12:52:09
Microperl expects C89 (like the rest of Perl).
Affected files ...
... //depot/perl/README.micro#4 edit
Differences ...
==== //depot/perl/README.micro#4 (text) ====
Index: perl/README.micro
--- perl/README.micro#3~20646~ Tue Aug 12 04:51:25 2003
+++ perl/README.micro Tue Aug 12 05:52:09 2003
@@ -6,7 +6,7 @@
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:
- <stdlib.h>
- rename()
- opendir(), readdir(), closedir() (via dirent.h)
End of Patch.