/* * Copyright 1993, 1995 Christopher Seiwald. * * This file is part of Jam - see jam.c for Copyright information. */ /* * expand.h - expand a buffer, given variable values */ LIST *var_expand( LIST *l, char *in, char *end, LOL *lol, int cancopyin );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 1554 | Michael Allard | My copy of the public jam sources. | ||
//guest/perforce_software/jam/src/expand.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 |