VirtualBox

Changeset 429 in kBuild for trunk/src/gmake/make.h


Ignore:
Timestamp:
Mar 26, 2006 6:07:04 AM (19 years ago)
Author:
bird
Message:

optimizing for the libc project.

File:
1 edited

Legend:

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

    r281 r429  
    424424extern void collapse_continuations PARAMS ((char *));
    425425extern void remove_comments PARAMS((char *));
     426#ifdef KMK
     427#define lindex(s, limit, c) ((char *)memchr((s), (c), (limit) - (s)))
     428#else
    426429extern char *lindex PARAMS ((const char *, const char *, int));
     430#endif
    427431extern int alpha_compare PARAMS ((const void *, const void *));
    428432extern void print_spaces PARAMS ((unsigned int));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette