From f1c1ebbd89272685d3902c68eea3964e752fac24 Mon Sep 17 00:00:00 2001 From: sebastien Date: Fri, 11 Dec 2009 14:52:04 +0000 Subject: [PATCH] preprocessor: fixed typo git-svn-id: https://www.dynare.org/svn/dynare/trunk@3224 ac1d8469-bf42-47a9-8791-bf33cf982152 --- preprocessor/DynareMain.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preprocessor/DynareMain.cc b/preprocessor/DynareMain.cc index f2f9bf573..646a290c0 100644 --- a/preprocessor/DynareMain.cc +++ b/preprocessor/DynareMain.cc @@ -146,9 +146,9 @@ main(int argc, char** argv) return EXIT_SUCCESS; // Do the rest - main2(macro_output, basename, debug, clear_all, no_tmp_terms, warn_uninit, + main2(macro_output, basename, debug, clear_all, no_tmp_terms, warn_uninit #if defined(_WIN32) || defined(__CYGWIN32__) - cygwin, msvc + , cygwin, msvc #endif );