projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36659fd
)
awk: remove wrong comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 5 Feb 2010 13:54:22 +0000
(14:54 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 5 Feb 2010 13:54:22 +0000
(14:54 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/awk.c
patch
|
blob
|
history
diff --git
a/editors/awk.c
b/editors/awk.c
index a6f3f55f709e232acdd15355db302bfefd75c796..bc8b0dad13672ebb0350de0559e31203184dde71 100644
(file)
--- 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] ' */