Ignore:
Timestamp:
Mar 14, 2018, 10:28:10 PM (7 years ago)
Author:
bird
Message:

kmk: Merged in changes from GNU make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6 / https://git.savannah.gnu.org/git/make.git).

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk

  • trunk/src/kmk/kbuild.h

    r2717 r3140  
    5858                                                                   const char *pszValue, size_t cchValue, int fDuplicateValue,
    5959                                                                   enum variable_origin enmOrigin, int fRecursive,
    60                                                                    struct floc const *pFileLoc);
     60                                                                   floc const *pFileLoc);
    6161struct variable    *define_kbuild_object_variable_in_top_obj(const char *pszName, size_t cchName,
    6262                                                             const char *pszValue, size_t cchValue, int fDuplicateValue,
    6363                                                             enum variable_origin enmOrigin, int fRecursive,
    64                                                              struct floc const *pFileLoc);
     64                                                             floc const *pFileLoc);
    6565struct variable    *kbuild_object_variable_pre_append(const char *pchName, size_t cchName,
    6666                                                      const char *pchValue, size_t cchValue, int fSimpleValue,
    6767                                                      enum variable_origin enmOrigin, int fAppend,
    68                                                       const struct floc *pFileLoc);
    69 int                 eval_kbuild_read_hook(struct kbuild_eval_data **kdata, const struct floc *flocp,
     68                                                      const floc *pFileLoc);
     69int                 eval_kbuild_read_hook(struct kbuild_eval_data **kdata, const floc *flocp,
    7070                                          const char *word, size_t wlen, const char *line, const char *eos, int ignoring);
    7171void                print_kbuild_data_base(void);
Note: See TracChangeset for help on using the changeset viewer.