summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2008-11-16 20:01:39 +0100
committerAkim Demaille <demaille@gostai.com>2008-11-18 20:53:21 +0100
commit6085ab0d78e04357d737c8d036e7616bfaacf078 (patch)
treec940a35bb861038fffba9c6c23d4fc01de664cd4
parent9ce405ce1dd2ff7d495dafe6201b87669549f98b (diff)
downloadbison-6085ab0d78e04357d737c8d036e7616bfaacf078.tar.gz
Remove incorrect mode specification.
* data/glr.cc: Don't pretend it's C code.
-rw-r--r--ChangeLog5
-rw-r--r--data/glr.cc2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ba28363..608c2cea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-18 Akim Demaille <demaille@gostai.com>
+
+ Remove incorrect mode specification.
+ * data/glr.cc: Don't pretend it's C code.
+
2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
Simplify last patch slightly.
diff --git a/data/glr.cc b/data/glr.cc
index afd0e613..cbf0d07d 100644
--- a/data/glr.cc
+++ b/data/glr.cc
@@ -1,5 +1,3 @@
- -*- C -*-
-
# C++ GLR skeleton for Bison
# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation,
# Inc.