Skip to content

Commit

Permalink
Removed an unnecessary #ifndef __x86_64___
Browse files Browse the repository at this point in the history
I don't know why I put it there, but apparently it's bad.
  • Loading branch information
chenyang78 committed Jul 31, 2011
1 parent 01a3831 commit 40464b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/OutputMgr.cpp
Expand Up @@ -391,9 +391,7 @@ OutputMgr::OutputHeader(int argc, char *argv[], unsigned long seed)

if (!CGOptions::longlong()) {
out << endl;
out << "#ifndef __x86_64__" << std::endl;
out << "#define NO_LONGLONG" << std::endl;
out << "#endif" << std::endl;
out << endl;
}

Expand Down

0 comments on commit 40464b9

Please sign in to comment.