Changeset 1811 for trunk/src/kmk/make.h


Ignore:
Timestamp:
Oct 10, 2008, 7:19:58 AM (17 years ago)
Author:
bird
Message:

kmk: More string length optimizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/make.h

    r1793 r1811  
    386386char *next_token (const char *);
    387387char *end_of_token (const char *);
     388#ifndef CONFIG_WITH_VALUE_LENGTH
    388389void collapse_continuations (char *);
     390#else
     391char *collapse_continuations (char *, unsigned int);
     392#endif
    389393#ifdef CONFIG_WITH_OPTIMIZATION_HACKS /* memchr is usually compiler intrinsic, thus faster. */
    390394# define lindex(s, limit, c) ((char *)memchr((s), (c), (limit) - (s)))
Note: See TracChangeset for help on using the changeset viewer.