readme updates

This commit is contained in:
Joseph Poirier 2015-06-10 16:18:47 -05:00
parent 4121fefa2d
commit cd173539cb

View file

@ -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.