git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13539 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-04-25 09:08:54 +00:00
parent d9c915f823
commit 54a5617816
3 changed files with 16 additions and 1 deletions

View file

@ -294,7 +294,11 @@
in the source files to other words. Generally you will not have
to use this, but it is sometimes helpful to avoid the parser being
confused by the use of C preprocessor macros. You can effectively
redefine the macro to something less confusing.
redefine the macro to something less confusing.<br />
The value you map the identifier to must be one of -<br />
Another identifier,<br />
An empty string - the value is ignored,<br />
Two slashes ('//') - the rest of the line is ignored.<br />
</item>
</list>
<section>