Replace Atom::count_words with utils::count_words
This commit is contained in:
@ -32,7 +32,7 @@ class ReadData : protected Pointers {
|
||||
|
||||
private:
|
||||
int me,compressed;
|
||||
char *line,*copy,*keyword,*buffer,*style;
|
||||
char *line,*keyword,*buffer,*style;
|
||||
FILE *fp;
|
||||
char **arg;
|
||||
int narg,maxarg;
|
||||
|
||||
Reference in New Issue
Block a user