39.47 model_1s.h

#define prob prob[ALPHA_SIZE-1]  
#define cum_prob cum_prob[ALPHA_SIZE-1]  
#define _symbol_to_index _symbol_to_index[ALPHA_SIZE-1]  
#define _index_to_symbol _index_to_symbol[ALPHA_SIZE-1]  
#include "model_0.h"  
#include "model_0s.h"  
#undef _index_to_symbol  
#undef _symbol_to_index  
#undef cum_prob  
#undef prob  
 
static int context;