Estimate parameters. Moved some code to re-usable functions.
[pspp-builds.git] / src / language / lexer / ChangeLog
index 192debf8df320e45651c3a6b12025197dfe14c22..aea10c5f11aedbe95d2b1f8cd9c33467f5c70a6f 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-04  Ben Pfaff  <blp@gnu.org>
+
+       * lexer.c (lex_match_id_n): New function.
+       (lex_match_id): Reimplement in terms of lex_match_id_n.
+
 2007-08-16  Ben Pfaff  <blp@gnu.org>
 
        Implement journaling.  Bug #17240.