# HG changeset patch # User Matti Hamalainen # Date 1189740479 -10800 # Node ID 5a267ba155cb45fd09e611f948c67a7120c4209e # Parent 4f54b90fc2edb51ff8222e5d20f5f7be52450f86 Adjusted some alloc values and max variables from 4 to 2. diff -r 4f54b90fc2ed -r 5a267ba155cb src/audacious/tuple_compiler.h --- a/src/audacious/tuple_compiler.h Fri Sep 14 06:27:32 2007 +0300 +++ b/src/audacious/tuple_compiler.h Fri Sep 14 06:27:59 2007 +0300 @@ -25,10 +25,10 @@ #include "tuple.h" -#define MAX_VAR (4) +#define MAX_VAR (2) #define MAX_STR (256) #define MIN_ALLOC_NODES (8) -#define MIN_ALLOC_BUF (64) +#define MIN_ALLOC_BUF (128) enum {