privacore-open-source-searc.../max_words.h
2016-08-05 14:31:28 +02:00

8 lines
145 B
C

#ifndef MAX_WORDS_H_
#define MAX_WORDS_H_
// now keep this small and malloc if we need more... save some stack
#define MAX_WORDS (1024)
#endif