diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-05 14:54:22 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-05 14:54:22 +0100 |
commit | 3dbc5a9742f38f6f8ae5867ae628200a6d0fc825 (patch) | |
tree | d352bb0a34da7e0b96a78606c6b10ded58b8a647 /editors/awk.c | |
parent | 36659fda1f05e735839b22d9e8892731fb46d7b0 (diff) |
awk: remove wrong comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/awk.c')
-rw-r--r-- | editors/awk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c index a6f3f55f7..bc8b0dad1 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -444,7 +444,7 @@ struct globals2 { /* biggest and least used members go last */ tsplitter fsplitter, rsplitter; -}; //FIX_ALIASING; - large code growth +}; #define G1 (ptr_to_globals[-1]) #define G (*(struct globals2 *)ptr_to_globals) /* For debug. nm --size-sort awk.o | grep -vi ' [tr] ' */ |