Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/shell/math.h


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/shell/math.h

    r2725 r3621  
    7474#endif
    7575
    76 /* ash's and hush's endofname is the same, so... */
    77 # define is_name(c)      ((c) == '_' || isalpha((unsigned char)(c)))
    78 # define is_in_name(c)   ((c) == '_' || isalnum((unsigned char)(c)))
    79 const char* FAST_FUNC endofname(const char *name);
    80 
    8176typedef const char* FAST_FUNC (*arith_var_lookup_t)(const char *name);
    8277typedef void        FAST_FUNC (*arith_var_set_t)(const char *name, const char *val);
Note: See TracChangeset for help on using the changeset viewer.