diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-02-16 10:42:33 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-02-17 00:11:07 +0300 |
commit | 8e48edb68a564f86f16733ee987d2c7f37d1045a (patch) | |
tree | 0e2968ff64f23a211e0e9176a86a6d28b2d03cf2 /preproc.c | |
parent | accda195a329a63a17c95f893bcaee9aa4928f87 (diff) | |
download | nasm-8e48edb68a564f86f16733ee987d2c7f37d1045a.tar.gz nasm-8e48edb68a564f86f16733ee987d2c7f37d1045a.tar.bz2 nasm-8e48edb68a564f86f16733ee987d2c7f37d1045a.zip |
preproc.c: Eliminate parasite comment on PP_STACKSIZE
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'preproc.c')
-rw-r--r-- | preproc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |