summaryrefslogtreecommitdiff
path: root/README.micro
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-12 12:52:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-12 12:52:09 +0000
commit7f517a326bbc799aefefc45f04fee4d992be4ebd (patch)
treecc4fc14d85aa806d65561f2d244cc5df27df2feb /README.micro
parent898e8fbd7a41e5fa1edcf463123c972697e83d4d (diff)
downloadperl-7f517a326bbc799aefefc45f04fee4d992be4ebd.tar.gz
Microperl expects C89 (like the rest of Perl).
p4raw-id: //depot/perl@20651
Diffstat (limited to 'README.micro')
-rw-r--r--README.micro2
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)