equal
deleted
inserted
replaced
488 Free(ctx, (void *) bucket->definition); |
488 Free(ctx, (void *) bucket->definition); |
489 put_define(ctx, bucket); |
489 put_define(ctx, bucket); |
490 bucket = next; |
490 bucket = next; |
491 } // while |
491 } // while |
492 } // for |
492 } // for |
493 } // find_define |
493 } // put_all_defines |
494 |
494 |
495 |
495 |
496 // filename cache stuff... |
496 // filename cache stuff... |
497 |
497 |
498 static const char *cache_filename(Context *ctx, const char *fname) |
498 static const char *cache_filename(Context *ctx, const char *fname) |