Ignore:
Timestamp:
Oct 28, 2008, 12:25:49 AM (17 years ago)
Author:
bird
Message:

kmk: Some cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r1972 r1980  
    340340/* Do the hash table lookup. */
    341341
    342 __inline static const struct function_table_entry *
     342MY_INLINE const struct function_table_entry *
    343343lookup_function_in_hash_tab (const char *s, unsigned char len)
    344344{
     
    352352/* Look up a function by name.  */
    353353
    354 __inline static const struct function_table_entry *
     354MY_INLINE const struct function_table_entry *
    355355lookup_function (const char *s, unsigned int len)
    356356{
     
    517517                       0),
    518518                      sizeof (struct nameseq));
    519 #else
     519#else  /* CONFIG_WITH_ALLOC_CACHES */
    520520  chain = multi_glob (parse_file_seq
    521521                      (&line, '\0', &nameseq_cache,
     
    525525                       0),
    526526                      &nameseq_cache);
    527 #endif
     527#endif /* CONFIG_WITH_ALLOC_CACHES */
    528528
    529529  if (result == 0)
     
    10321032      free (var->value);
    10331033      var->value = savestring (p, len);
     1034
    10341035      result = allocated_variable_expand (body);
    10351036
Note: See TracChangeset for help on using the changeset viewer.