From 8e48edb68a564f86f16733ee987d2c7f37d1045a Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Tue, 16 Feb 2010 10:42:33 +0300 Subject: [PATCH] preproc.c: Eliminate parasite comment on PP_STACKSIZE Signed-off-by: Cyrill Gorcunov --- preproc.c | 3 --- 1 file changed, 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) -- 2.11.4.GIT