diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-12 12:52:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-12 12:52:09 +0000 |
commit | 75bd9dfbf22928c0bf91959743abfe7e4e445490 (patch) | |
tree | cc4fc14d85aa806d65561f2d244cc5df27df2feb /README.micro | |
parent | d8e11c65f67f4b045739b3272eb9c26a8e2379e0 (diff) | |
download | perl-75bd9dfbf22928c0bf91959743abfe7e4e445490.tar.gz |
Microperl expects C89 (like the rest of Perl).
p4raw-id: //depot/perl@20651
Diffstat (limited to 'README.micro')
-rw-r--r-- | README.micro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.micro b/README.micro index 976742a025..7f12c70a17 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: - <stdlib.h> - rename() - opendir(), readdir(), closedir() (via dirent.h) |