aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-05 14:54:22 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-05 14:54:22 +0100
commit3dbc5a9742f38f6f8ae5867ae628200a6d0fc825 (patch)
treed352bb0a34da7e0b96a78606c6b10ded58b8a647 /editors
parent36659fda1f05e735839b22d9e8892731fb46d7b0 (diff)
downloadbusybox-3dbc5a9742f38f6f8ae5867ae628200a6d0fc825.tar.gz
awk: remove wrong comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors')
-rw-r--r--editors/awk.c2
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] ' */