X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_misc.cpp;h=13152f2707ed183e281c2758b4e07f62b7385d5d;hp=50837cef3001b28d1bdfd5e8d68cf0f6dd990dc2;hb=f7884835d397de85e648d1957c058b7d4c0948ba;hpb=8f283de519668b70b2e675a7055c7f1bf7ba197c diff --git a/check/exam_misc.cpp b/check/exam_misc.cpp index 50837cef..13152f27 100644 --- a/check/exam_misc.cpp +++ b/check/exam_misc.cpp @@ -3,7 +3,7 @@ */ /* - * GiNaC Copyright (C) 1999-2015 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2019 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)++;