I am trying to compile Quake 1 (QW) from source code and have run into the following problem when compiling client/d_copy.s
: Error: Junk at EOL, first unrecognised character is '('
.
The file in question is here (please excuse the syntax highlighting, pastebin only supports NASM). I am attempting to compile with GCC (as this is GNU Assembly code) and am trying to figure out what is causing the problem. Any help would be greatly appreciated.