From: Wolfgang Bangerth Date: Thu, 25 Feb 2010 15:46:12 +0000 (+0000) Subject: Beginner's mistake with macro arguments :-( X-Git-Tag: v8.0.0~6404 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc1687599651d107c5e39ad32dc1d47fbfee4eb3;p=dealii.git Beginner's mistake with macro arguments :-( git-svn-id: https://svn.dealii.org/trunk@20693 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index e8474650ba..0edb836b90 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -601,7 +601,7 @@ PETSC_VERSION_MINOR * 100) + \ PETSC_VERSION_SUBMINOR \ >= \ - major*10000 + minor*100 + subminor) + (major)*10000 + (minor)*100 + (subminor)) #include