From 9c7f3f5608ec86dff90ca2d0dc43e74c0db46858 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 7 Apr 2009 22:09:05 -0700 Subject: [PATCH] Document preprocessor token concatenation fix. --- doc/changes.src | 3 +++ doc/nasmdoc.src | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/changes.src b/doc/changes.src index 296c4f98..f0c10b56 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 0f340fa4..81e414c9 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.} -- 2.11.4.GIT