From cd173539cb2cbe550c1c1f8d5cb5c72cbe0baff6 Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Wed, 10 Jun 2015 16:18:47 -0500 Subject: [PATCH] readme updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9655ccc..c62fe7a 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,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 +define 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.