Skip to content
Snippets Groups Projects
Commit f1c1ebbd authored by sebastien's avatar sebastien
Browse files

preprocessor: fixed typo

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3224 ac1d8469-bf42-47a9-8791-bf33cf982152
parent fb8406ef
Branches
Tags
No related merge requests found
...@@ -146,9 +146,9 @@ main(int argc, char** argv) ...@@ -146,9 +146,9 @@ main(int argc, char** argv)
return EXIT_SUCCESS; return EXIT_SUCCESS;
// Do the rest // 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__) #if defined(_WIN32) || defined(__CYGWIN32__)
cygwin, msvc , cygwin, msvc
#endif #endif
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment