document 'nim' defines prefix

(cherry picked from commit 13253f4154)
This commit is contained in:
Araq
2019-07-12 10:48:07 +02:00
committed by narimiran
parent 8eb66f6c6b
commit 5a11ae85b1

View File

@@ -144,6 +144,9 @@ to override symbols during build time.
Compile time symbols are completely **case insensitive** and underscores are
ignored too. ``--define:FOO`` and ``--define:foo`` are identical.
Compile time symbols starting with the ``nim`` prefix are reserved for the
implementation and should not be used elsewhere.
Configuration files
-------------------