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.8 by schorsch, Mon Jun 30 14:59:11 2003 UTC vs.
Revision 2.9 by greg, Sat May 17 02:49:41 2008 UTC

# Line 16 | Line 16 | static const char      RCSid[] = "$Id$";
16   #include "rtmisc.h"
17  
18  
19 < #define MAXARGEXP       512             /* maximum argument expansion */
19 > #define MAXARGEXP       4096            /* maximum argument expansion */
20  
21                          /* set the following to suit, -1 to disable */
22   int     envexpchr = '$';                /* environment expansion character */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines