Increased maximal number of forward parameters

This commit is contained in:
Pavol Marko 2004-09-27 14:33:20 +00:00
parent ecc07d4b45
commit 3f0d3c257a

View File

@ -46,7 +46,7 @@
#ifndef FORWARD_H
#define FORWARD_H
const int FORWARD_MAX_PARAMS = 16;
const int FORWARD_MAX_PARAMS = 32;
enum ForwardExecType
{