ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/expandarg.c
(Generate patch)

Comparing ray/src/common/expandarg.c (file contents):
Revision 2.2 by greg, Sun Nov 8 16:23:17 1992 UTC vs.
Revision 2.3 by greg, Fri Jul 16 12:40:37 1993 UTC

# Line 14 | Line 14 | static char SCCSid[] = "$SunId$ LBL";
14  
15                          /* set the following to suit, -1 to disable */
16   int     envexpchr = '$';                /* environment expansion character */
17 < int     filexpchr = '^';                /* file expansion character */
17 > int     filexpchr = '@';                /* file expansion character */
18  
19  
20   expandarg(acp, avp, n)          /* expand list at argument n */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines