Converting xconq to C++: first idiot question
Erik Sigra
sigra@home.se
Sat Mar 30 04:03:00 GMT 2002
lördagen den 30 mars 2002 10.44 skrev du:
> My inclination is to change all '.c' and '.h' file extensions as the
> language switch is made. This will make automatic diffs on the modified
> branch impossible - and hence the first modified branch should have as few
> source code changes as possible to permit external verification. (I'm
> hoping the first change will be: to rename any C++ reserved words which
> appear; change file extensions; wrap external includes in an extern "C";
> ditto for any external function declarations not in a header file)
>
> First question: this renaming is unavoidable, yes or no? If no what would
> you suggest.
Don't rename the files yet. First make them compilable with g++. Those
changes have a good chance of being accepted.
Renaming can be avoided.
More information about the Xconq7
mailing list