X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Farithmetic-operator.hh;h=88eeda35d55d62323c89845b3e9765abdeb0c1a1;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=17e67a47d4cf2af8fc9b92343609a2bb3063c9b8;hpb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;p=lilypond.git diff --git a/flower/include/arithmetic-operator.hh b/flower/include/arithmetic-operator.hh index 17e67a47d4..88eeda35d5 100644 --- a/flower/include/arithmetic-operator.hh +++ b/flower/include/arithmetic-operator.hh @@ -1,22 +1,21 @@ -/* - arithmetic-operator.hh -- declare - +/* + arithmetic-operator.hh -- declare + source file of the Flower Library - - (c) 1997--1998 Han-Wen Nienhuys - - */ + + (c) 1997--2008 Han-Wen Nienhuys +*/ #ifndef ARITHMETIC_OPERATOR_HH #define ARITHMETIC_OPERATOR_HH -#define IMPLEMENT_ARITHMETIC_OPERATOR(type, op) \ -inline type \ -operator op (type a1, type const& a2) \ -{ \ - a1 op ## = a2; \ - return a1; \ -} +#define IMPLEMENT_ARITHMETIC_OPERATOR(type, op) \ + inline type \ + operator op (type a1, type const &a2) \ + { \ + a1 op ## = a2; \ + return a1; \ + } #endif /* ARITHMETIC_OPERATOR_HH */