[Assorted-commits] SF.net SVN: assorted: [787] simple-preprocessor/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-09 08:14:45
|
Revision: 787 http://assorted.svn.sourceforge.net/assorted/?rev=787&view=rev Author: yangzhang Date: 2008-05-09 01:14:51 -0700 (Fri, 09 May 2008) Log Message: ----------- typo Modified Paths: -------------- simple-preprocessor/trunk/README Modified: simple-preprocessor/trunk/README =================================================================== --- simple-preprocessor/trunk/README 2008-05-09 08:13:40 UTC (rev 786) +++ simple-preprocessor/trunk/README 2008-05-09 08:14:51 UTC (rev 787) @@ -2,7 +2,7 @@ -------- Just a tiny C preprocessor-like program written in Scala. It only implements -C's [object-like macros] (as opposed to [function-like macros]. +C's [object-like macros] (as opposed to [function-like macros]). [object-like macros]: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/cpp/Object_002dlike-Macros.html [function-like macros]: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/cpp/Object_002dlike-Macros.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |