aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2016-03-01 21:47:15 -0500
committerJason Merrill <jason@gcc.gnu.org>2016-03-01 21:47:15 -0500
commite57b697d63cdcb161c4521ad20555e6729cd5b9c (patch)
tree9011df1dd49e131dcf4b5adc0cc3ac2778210c1f /gcc/cp
parentc8a66fc97b4c4167bfc71a5017d61e7ed51d4177 (diff)
downloadgcc-e57b697d63cdcb161c4521ad20555e6729cd5b9c.zip
gcc-e57b697d63cdcb161c4521ad20555e6729cd5b9c.tar.gz
gcc-e57b697d63cdcb161c4521ad20555e6729cd5b9c.tar.bz2
* gcc/cp/call.c: Mark as C++ for emacs.
From-SVN: r233885
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/call.c2
1 files changed, 1 insertions, 1 deletions
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).