diff options
-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 { | |||
444 | 444 | ||
445 | /* biggest and least used members go last */ | 445 | /* biggest and least used members go last */ |
446 | tsplitter fsplitter, rsplitter; | 446 | tsplitter fsplitter, rsplitter; |
447 | }; //FIX_ALIASING; - large code growth | 447 | }; |
448 | #define G1 (ptr_to_globals[-1]) | 448 | #define G1 (ptr_to_globals[-1]) |
449 | #define G (*(struct globals2 *)ptr_to_globals) | 449 | #define G (*(struct globals2 *)ptr_to_globals) |
450 | /* For debug. nm --size-sort awk.o | grep -vi ' [tr] ' */ | 450 | /* For debug. nm --size-sort awk.o | grep -vi ' [tr] ' */ |