diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-09-18 02:59:08 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-09-18 02:59:08 +0400 |
commit | 8fe1f65087dfa40e351b4afceb3c9b5b1f985d91 (patch) | |
tree | 1b7d29d5f9c8e8f3cf1aaee120c581c6e7b98b85 /doc | |
parent | 14ad688d354f4bdbcfd161143945106a43b1a48a (diff) | |
parent | af6be576ac23004708f2698a720030e7c7fcbb58 (diff) | |
download | nasm-8fe1f65087dfa40e351b4afceb3c9b5b1f985d91.tar.gz nasm-8fe1f65087dfa40e351b4afceb3c9b5b1f985d91.tar.bz2 nasm-8fe1f65087dfa40e351b4afceb3c9b5b1f985d91.zip |
Merge branch 'nasm-2.09.xx'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 5a51177..de6b051 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -29,6 +29,10 @@ To force a specific form, use the \c{STRICT} keyword, see \k{strict}. \b Fix typo in documentation. +\b Compound context local preprocessor single line macro identifiers + were not expanded early enough and as result lead to unresolved + symbols. + \S{cl-2.09.01} Version 2.09.01 |