From e57b697d63cdcb161c4521ad20555e6729cd5b9c Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 1 Mar 2016 21:47:15 -0500 Subject: [PATCH] * gcc/cp/call.c: Mark as C++ for emacs. From-SVN: r233885 --- gcc/cp/call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 4226094..8d5582a 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -1,4 +1,4 @@ -/* Functions related to invoking methods and overloaded functions. +/* Functions related to invoking -*- C++ -*- methods and overloaded functions. Copyright (C) 1987-2016 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) and modified by Brendan Kehoe (brendan@cygnus.com). -- 2.7.4