From da050015068b936c348309e5b37510619ae89900 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 5 Nov 2008 15:55:40 -0800 Subject: [PATCH] doc: better description of %line The implication that %line allows NASM to digest cpp output is just plain wrong, at least without additional intermediate processing. Be a little more circumspect. Signed-off-by: H. Peter Anvin --- doc/nasmdoc.src | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index 14ec2c10..22fcc7c3 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3491,11 +3491,8 @@ the user. For example: NASM also has preprocessor directives which allow access to information from external sources. Currently they include: -The following preprocessor directive is supported to allow NASM to -correctly handle output of the cpp C language preprocessor. - -\b\c{%line} enables NASM to correctly handle the output of the cpp -C language preprocessor (see \k{line}). +\b\c{%line} enables NASM to correctly handle the output of another +preprocessor (see \k{line}). \b\c{%!} enables NASM to read in the value of an environment variable, which can then be used in your program (see \k{getenv}). -- 2.11.4.GIT