Skip to content
Snippets Groups Projects
Commit ed6cf98d authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

some merging from configure.h

Rev: src/docode.h:1.2
parent e02b61ff
Branches
Tags
No related merge requests found
......@@ -6,6 +6,13 @@
#ifndef DOCODE_H
#define DOCODE_H
/*
* The compiler stack is used when compiling to keep track of data.
* This value need too be large enough for the programs you compile.
*/
#define COMPILER_STACK_SIZE 8000
#define DO_LVALUE 1
#define DO_NOT_COPY 2
#define DO_POP 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment