eolian: enable doc dependency parsing code

This commit is contained in:
Daniel Kolesa 2015-09-24 14:12:07 +01:00
parent c4b0ae8a90
commit 17b4622f1b
1 changed files with 0 additions and 4 deletions

View File

@ -277,7 +277,6 @@ doc_ref_class(const char *cname)
static void
doc_ref(Eo_Lexer *ls)
{
#if 0
const char *st = ls->stream, *ste = ls->stream_end;
size_t rlen = 0;
while ((st != ste) && ((*st == '.') || isalnum(*st)))
@ -314,9 +313,6 @@ doc_ref(Eo_Lexer *ls)
return;
*end = '\0';
doc_ref_class(buf);
#else
(void)ls;
#endif
}
static int