diff --git a/src/OutputMgr.cpp b/src/OutputMgr.cpp index a9a99b9a2..92a550485 100644 --- a/src/OutputMgr.cpp +++ b/src/OutputMgr.cpp @@ -389,7 +389,7 @@ OutputMgr::OutputHeader(int argc, char *argv[], unsigned long seed) if (CGOptions::paranoid() && !CGOptions::concise()) out << "#include " << endl; - if (!CGOptions::longlong()) { + if (!CGOptions::longlong() || CGOptions::ccomp()) { out << endl; out << "#define NO_LONGLONG" << std::endl; out << endl;