summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-02-16 10:42:33 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2010-02-17 00:11:07 +0300
commit8e48edb68a564f86f16733ee987d2c7f37d1045a (patch)
tree0e2968ff64f23a211e0e9176a86a6d28b2d03cf2
parentaccda195a329a63a17c95f893bcaee9aa4928f87 (diff)
downloadnasm-8e48edb68a564f86f16733ee987d2c7f37d1045a.tar.gz
preproc.c: Eliminate parasite comment on PP_STACKSIZE
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--preproc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/preproc.c b/preproc.c
index df09fc54..aa171e9b 100644
--- a/preproc.c
+++ b/preproc.c
@@ -2138,9 +2138,6 @@ static int do_directive(Token * tline)
/* Directive to tell NASM what the default stack size is. The
* default is for a 16-bit stack, and this can be overriden with
* %stacksize large.
- * the following form:
- *
- * ARG arg1:WORD, arg2:DWORD, arg4:QWORD
*/
tline = tline->next;
if (tline && tline->type == TOK_WHITESPACE)