From 425fc3c87619df2f3828d9ee6d7625849bd50f7e Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Tue, 16 Jun 2015 11:58:31 -0500 Subject: [PATCH] readme enhancements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f79862..5662433 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ There is no true preprocessor in PicoC. The most popular preprocessor features are implemented in a slightly limited way. ## `#define` -define macros are implemented but have some limitations. They can only be used +Macros are implemented but have some limitations. They can only be used as part of expressions and operate a bit like functions. Since they're used in expressions they must result in a value. @@ -444,7 +444,7 @@ The operator "defined()" is not implemented. These operators can only be used at statement boundaries. ## `#include` -include is supported however the level of support depends on the specific port +Includes are supported however the level of support depends on the specific port of PicoC on your platform. Linux/UNIX and cygwin support #include fully. ## Function declarations