awk: remove wrong comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
36659fda1f
commit
3dbc5a9742
@ -444,7 +444,7 @@ struct globals2 {
|
|||||||
|
|
||||||
/* biggest and least used members go last */
|
/* biggest and least used members go last */
|
||||||
tsplitter fsplitter, rsplitter;
|
tsplitter fsplitter, rsplitter;
|
||||||
}; //FIX_ALIASING; - large code growth
|
};
|
||||||
#define G1 (ptr_to_globals[-1])
|
#define G1 (ptr_to_globals[-1])
|
||||||
#define G (*(struct globals2 *)ptr_to_globals)
|
#define G (*(struct globals2 *)ptr_to_globals)
|
||||||
/* For debug. nm --size-sort awk.o | grep -vi ' [tr] ' */
|
/* For debug. nm --size-sort awk.o | grep -vi ' [tr] ' */
|
||||||
|
Loading…
Reference in New Issue
Block a user