VirtualBox

Changeset 3351 in kBuild for trunk/src


Ignore:
Timestamp:
May 25, 2020 10:48:35 AM (5 years ago)
Author:
bird
Message:

kmk/functions.c: linux build fix.

File:
1 edited

Legend:

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

    r3330 r3351  
    59215921  int const is_tgt = funcname[5] == '-' && funcname[6] == 't';
    59225922  int const quote_trailing_slashes = funcname[5] == '\0' || funcname[9] == '\0';
    5923   unsigned const map_flags = MAP_NUL
    5924                            | MAP_BLANK
    5925                            | MAP_NEWLINE
    5926                            | MAP_COMMENT
    5927                            | MAP_VARIABLE
    5928                            | MAP_SEMI
    5929                            | MAP_EQUALS
    5930                            | (is_dep ? MAP_PIPE :
    5931                               is_tgt ? MAP_COLON : 0);
    59325923  char * const o_initial = o;
    59335924  int i;
     
    68686859      || (isalpha(path[0]) && path[1] == ':');
    68696860#else
    6870   (void)len;
    68716861  return path[0] == '/';
    68726862#endif
Note: See TracChangeset for help on using the changeset viewer.

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