Skip to content
Snippets Groups Projects
Commit 5ef839ce authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

decrease MAXVAR to 50

parent 3826af43
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
unsigned int VERBOSITY = 1 ;
static stralloc senv = STRALLOC_ZERO ;
static genalloc gaenv = GENALLOC_ZERO ; //diuint32, pos in senv
static int MAXVAR = 100 ;
static int MAXVAR = 50 ;
static int MAXFILE = 500 ;
#define USAGE "66-envfile [ -h help ] [ -f file ] [ -l ] dir prog"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment