Commit 2c8886c8 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Make strucdata optional if ENABLE_STRUCT is activitated

parent 4a98d5c8
......@@ -90,7 +90,9 @@ typedef struct {
struct RArray array;
struct RHash hash;
struct RRange range;
#ifdef ENABLE_STRUCT
struct RStruct structdata;
#endif
struct RProc procdata;
#ifdef ENABLE_REGEXP
struct RMatch match;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment