Changeset 2799 for trunk/src/kmk/read.c


Ignore:
Timestamp:
Sep 19, 2015, 10:36:31 PM (10 years ago)
Author:
bird
Message:

Fixed glob.h inclusion issue causing stack corruption. Fixed alignment issue in the string expansion compiler. More makefile eval 'compiler' work.

File:
1 edited

Legend:

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

    r2788 r2799  
    506506  deps->file->eval_count++;
    507507  if (   deps->file->evalprog
     508# ifdef CONFIG_WITH_COMPILE_EVERYTHING
     509      || (   deps->file->eval_count == 1
     510# else
    508511      || (   deps->file->eval_count == 3
     512# endif
    509513          && (deps->file->evalprog = kmk_cc_compile_file_for_eval (ebuf.fp, filename)) != NULL) )
    510514    {
Note: See TracChangeset for help on using the changeset viewer.