diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-07 22:09:05 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-07 22:09:05 -0700 |
commit | 9c7f3f5608ec86dff90ca2d0dc43e74c0db46858 (patch) | |
tree | 7d52772053c8982f4725d53c0ead2b5426b3dd5f /doc | |
parent | 9bb46df4b716c5d8c483e66d39d2edb3ceb161f0 (diff) | |
download | nasm-9c7f3f5608ec86dff90ca2d0dc43e74c0db46858.tar.gz nasm-9c7f3f5608ec86dff90ca2d0dc43e74c0db46858.tar.bz2 nasm-9c7f3f5608ec86dff90ca2d0dc43e74c0db46858.zip |
Document preprocessor token concatenation fix.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 3 | ||||
-rw-r--r-- | doc/nasmdoc.src | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src index 296c4f9..f0c10b5 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -35,6 +35,9 @@ since 2007. \b Support for structures with a non-zero base offset. See \k{struc}. +\b Correctly handle preprocessor token concatenation (see \k{concat}) + involving floating-point numbers. + \S{cl-2.05.01} Version 2.05.01 diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 0f340fa..81e414c 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3,7 +3,7 @@ \# \M{category}{Programming} \M{title}{NASM - The Netwide Assembler} -\M{year}{2008} +\M{year}{2009} \M{author}{The NASM Development Team} \M{license}{All rights reserved. This document is redistributable under the license given in the file "COPYING" distributed in the NASM archive.} \M{summary}{This file documents NASM, the Netwide Assembler: an assembler targetting the Intel x86 series of processors, with portable source.} |