headers.h #2

  • //
  • guest/
  • matt_armstrong/
  • jam/
  • patched_version/
  • headers.h
  • View
  • Commits
  • Open Download .zip Download (326 B)
/*
 * Copyright 1993, 1995 Christopher Seiwald.
 *
 * This file is part of Jam - see jam.c for Copyright information.
 */

/*
 * headers.h - handle #includes in source files
 */

void headers( TARGET *t );

#ifdef OPT_HEADER_CACHE_EXT
struct regexp;
LIST *headers1( LIST *l, char *file, int rec, struct regexp *re[] );
#endif
# Change User Description Committed
#5 3969 Matt Armstrong Integrate from //guest/matt_armstrong/jam/fix/2/...@3963 -- no
real changes.
#4 3950 Matt Armstrong Integrate from //guest/matt_armstrong/jam/fix/1/...
thru change
3948 and make no changes.
#3 2817 Matt Armstrong Update with current known working version.
#2 1271 Matt Armstrong This is "my" custom version of Jam.  See the
LOCAL_DIFFERENCES.txt file for a description of differences
from the upstream jam.
#1 1270 Matt Armstrong In prep for publishing all my patches to jam.
//guest/perforce_software/jam/src/headers.h
#2 486 Perforce staff Jam 2.3.
 See RELNOTES for a list of changes from 2.2.x.

Just about every source file was touched when jam got ANSI-fied.
#1 2 laura Add Jam/MR 2.2 source