From: Jason Merrill Date: Wed, 2 Mar 2016 02:47:15 +0000 (-0500) Subject: * gcc/cp/call.c: Mark as C++ for emacs. X-Git-Tag: basepoints/gcc-7~650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57b697d63cdcb161c4521ad20555e6729cd5b9c;p=thirdparty%2Fgcc.git * gcc/cp/call.c: Mark as C++ for emacs. From-SVN: r233885 --- diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 4226094969a1..8d5582a5191b 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).