aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/expr.c')
-rw-r--r--coreutils/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expr.c b/coreutils/expr.c
index f5701a460..f40edad4e 100644
--- a/coreutils/expr.c
+++ b/coreutils/expr.c
@@ -63,7 +63,7 @@ typedef struct valinfo VALUE;
63/* The arguments given to the program, minus the program name. */ 63/* The arguments given to the program, minus the program name. */
64struct globals { 64struct globals {
65 char **args; 65 char **args;
66}; 66} FIX_ALIASING;
67#define G (*(struct globals*)&bb_common_bufsiz1) 67#define G (*(struct globals*)&bb_common_bufsiz1)
68 68
69/* forward declarations */ 69/* forward declarations */