changeset 7900:5b077861d168

ChangeLog additions
author John W. Eaton <jwe@octave.org>
date Sat, 28 Jun 2008 05:15:02 -0400
parents d56511a02884
children 3e4c9b69069d
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jun 26 16:06:14 2008 -0400
+++ b/src/ChangeLog	Sat Jun 28 05:15:02 2008 -0400
@@ -1,3 +1,10 @@
+2008-06-26  John W. Eaton  <jwe@octave.org>
+
+	* token.h: Omit "class symbol_table::symbol_record" decl;
+
+	* lex.l (grab_block_comment): Use parens around || expression
+	within && expression.
+
 2008-06-23  John W. Eaton  <jwe@octave.org>
 
 	* debug.cc (Fdbstack): Avoid shadowed variable warning.