From ab1f084cdfaf5ba244ae644b88f6d6f038dd2498 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 18 May 2001 19:32:45 -0400 Subject: [PATCH] fix From-SVN: r42292 --- gcc/testsuite/g++.old-deja/g++.other/call1.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.old-deja/g++.other/call1.C b/gcc/testsuite/g++.old-deja/g++.other/call1.C index 7341488d949..1cf6d9708ff 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/call1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/call1.C @@ -23,7 +23,7 @@ struct B { }; struct C { - const fptr ≺ + const fptr pr; C (fptr n): pr(n) { } operator const fptr& () { return pr; } -- 2.30.2