Clause.cpp File Reference
#include "RexxCore.h"
#include "ArrayClass.hpp"
#include "Clause.hpp"
#include "ProtectedObject.hpp"
Include dependency graph for Clause.cpp:

Go to the source code of this file.

Macros

#define INITIAL_SIZE   50 /* initial size of the token cache */
 
#define EXTEND_SIZE   25 /* size to extend when table fills */
 

Macro Definition Documentation

◆ EXTEND_SIZE

#define EXTEND_SIZE   25 /* size to extend when table fills */

Definition at line 52 of file Clause.cpp.

◆ INITIAL_SIZE

#define INITIAL_SIZE   50 /* initial size of the token cache */

Definition at line 51 of file Clause.cpp.