[AD] makedocs BUG (CVS 19Mar) |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
MSVC7 dont like this: char *p, *temp = m_strdup(list[f]);in /docs/src/makedoc/makehtml.c(1562) : error C2143: syntax error : missing ';' before 'type'
it likes this: temp = strdup(list[f]); p = strchr(temp, ','); with the char*'s declared at top of func.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |