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: upstream/12.2.0~48522 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e57b697d63cdcb161c4521ad20555e6729cd5b9c;p=platform%2Fupstream%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 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).