Rename MaxActiveSplitPoints

And move in thread.h togheter with THREAD_MAX

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-01-03 15:35:12 +01:00
parent c8af7a867e
commit 9e6d38d224
2 changed files with 5 additions and 5 deletions

View File

@@ -37,6 +37,7 @@
////
const int THREAD_MAX = 8;
const int ACTIVE_SPLIT_POINTS_MAX = 8;
////