Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/coreutils/expr.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1122 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 63  typedef struct valinfo VALUE; Line 63  typedef struct valinfo VALUE;
63  /* The arguments given to the program, minus the program name.  */  /* The arguments given to the program, minus the program name.  */
64  struct globals {  struct globals {
65   char **args;   char **args;
66  };  } FIX_ALIASING;
67  #define G (*(struct globals*)&bb_common_bufsiz1)  #define G (*(struct globals*)&bb_common_bufsiz1)
68    
69  /* forward declarations */  /* forward declarations */

Legend:
Removed from v.1122  
changed lines
  Added in v.1123