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/scripts/kconfig/zconf.hash.c_shipped

    r2725 r3621  
    3333/* maximum key range = 45, duplicates = 0 */
    3434
    35 #ifdef __GNUC__
    36 __inline
    37 #else
    38 #ifdef __cplusplus
    39 inline
    40 #endif
    41 #endif
    42 static unsigned int
     35unsigned int
    4336kconf_id_hash (register const char *str, register unsigned int len)
    4437{
     
    120113    char kconf_id_strings_str46[sizeof("prompt")];
    121114  };
    122 static struct kconf_id_strings_t kconf_id_strings_contents =
     115struct kconf_id_strings_t kconf_id_strings_contents =
    123116  {
    124117    "if",
     
    154147  };
    155148#define kconf_id_strings ((const char *) &kconf_id_strings_contents)
    156 #ifdef __GNUC__
    157 __inline
    158 #endif
    159149struct kconf_id *
    160150kconf_id_lookup (register const char *str, register unsigned int len)
Note: See TracChangeset for help on using the changeset viewer.