X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Fexam_misc.cpp;h=54d54414e8530dc64e3b99061a3bf64e3c23e6ef;hb=afb0ccaa49a0cca001d854594e09125a58434123;hp=06c75866177fff8ab2e133e0f6e5801cff42f789;hpb=47ecb72dce5ea9c917d1e1e77863c45a8b2b1bba;p=ginac.git diff --git a/check/exam_misc.cpp b/check/exam_misc.cpp index 06c75866..54d54414 100644 --- a/check/exam_misc.cpp +++ b/check/exam_misc.cpp @@ -3,7 +3,7 @@ */ /* - * GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2018 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -164,7 +164,7 @@ static unsigned exam_operator_semantics() ++result; } - // Prefix/postfix increment/decrement behaviour: + // Prefix/postfix increment/decrement behavior: e1 = 7; e2 = 4; i1 = 7; i2 = 4; e1 = (--e2 = 2)++;