Re: [AD] makedocs BUG (CVS 19Mar)

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Thomas Fjellstrom wrote:
On March 25, 2005 07:06 am, AJ wrote:

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.



MSVC7 is that badly broken?


apparently so.






Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/