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/kmkbuiltin/expr.c

    r2591 r3140  
    3333static int               is_zero_or_null(struct val *);
    3434static void              nexttoken(int);
    35 static void              error(void);
    3635static struct val       *eval6(void);
    3736static struct val       *eval5(void);
     
    284283__attribute__((noreturn))
    285284#endif
     285#ifdef _MSC_VER
     286__declspec(noreturn)
     287#endif
    286288static void
    287289error(void)
Note: See TracChangeset for help on using the changeset viewer.