aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorOvidiu Predescu <ovidiu@gcc.gnu.org>2000-08-06 07:49:11 +0000
committerOvidiu Predescu <ovidiu@gcc.gnu.org>2000-08-06 07:49:11 +0000
commit64c04091c947d760530ddcbe0eb5be705db20a81 (patch)
treee764e2504686a7acd72aacc89598e82956d0f268 /gcc
parent6389a767b8fc8250b5a1c0f94b70cd3ce83ed335 (diff)
downloadgcc-64c04091c947d760530ddcbe0eb5be705db20a81.zip
gcc-64c04091c947d760530ddcbe0eb5be705db20a81.tar.gz
gcc-64c04091c947d760530ddcbe0eb5be705db20a81.tar.bz2
lang-options.h...
lang-options.h: Added a comma after the last element to avoid syntax errors when other languages define additional options. From-SVN: r35515
Diffstat (limited to 'gcc')
-rw-r--r--gcc/java/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index cee14ff..681e993 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,8 @@
+Sun Aug 6 00:47:24 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
+
+ * lang-options.h: Added a comma after the last element to avoid
+ syntax errors when other languages define additional options.
+
2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
* Make-lang.in (jc1, jv-scan): Depend on $(BACKEND), not stamp-objlist.