diff options
Diffstat (limited to 'coreutils/expr.c')
-rw-r--r-- | coreutils/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expr.c b/coreutils/expr.c index f5701a4..f40edad 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c @@ -63,7 +63,7 @@ typedef struct valinfo VALUE; /* The arguments given to the program, minus the program name. */ struct globals { char **args; -}; +} FIX_ALIASING; #define G (*(struct globals*)&bb_common_bufsiz1) /* forward declarations */ |