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

replace int by a define

parent 64e5b7fa
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,9 @@
unsigned int VERBOSITY = 1 ;
static stralloc SAENV = STRALLOC_ZERO ;
static genalloc GAENV = GENALLOC_ZERO ; //diuint32, pos in senv
static int MAXVAR = 50 ;
static int MAXFILE = 500 ;
static int MAXENV = 4096 ;
#define MAXVAR 50
#define MAXFILE 500
#define MAXENV 4096
#define USAGE "execl-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