cosmetics
authorMatthias Braun <matze@braunis.de>
Thu, 29 Jan 2009 17:27:43 +0000 (17:27 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 29 Jan 2009 17:27:43 +0000 (17:27 +0000)
[r25398]

NEWS
ast.h

diff --git a/NEWS b/NEWS
index 4dffea4..4980105 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-===== cparser 0.9.8 (2008-12-11) =====
+===== cparser 0.9.8 (2009-01-28) =====
 * several bugfixes
 * add/correct semantic checks
 * improve error recovery
diff --git a/ast.h b/ast.h
index 4813746..9a511fb 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -103,7 +103,7 @@ void *allocate_ast(size_t size);
 
 /**
  * Returns true if a given expression is a compile time
- * constant.
+ * constant. ยง6.6
  *
  * @param expression  the expression to check
  */