preprocessor: fixed typo

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3224 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
sebastien 2009-12-11 14:52:04 +00:00
parent 628f0aa8af
commit 44f82ae843
1 changed files with 2 additions and 2 deletions

View File

@ -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
);