summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-28 04:20:18 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-28 04:20:18 -0800
commit1904b4bedefea15e43a6583255b6b2d2fd6fc69e (patch)
treef8a0c1e23866d0eda83997a086b69e6db7568df7 /ChangeLog
parent788cace2cb783db0b4df6338f89e6b026ae23e9b (diff)
downloadtxr-1904b4bedefea15e43a6583255b6b2d2fd6fc69e.tar.gz
txr-1904b4bedefea15e43a6583255b6b2d2fd6fc69e.tar.bz2
txr-1904b4bedefea15e43a6583255b6b2d2fd6fc69e.zip
* parser.l: Use flex options to suppress generation of the
unused functons yyunput and yyinput, thus getting rid of some compiler diagnostics.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eca1bca..d46e0dc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-11-28 Kaz Kylheku <kkylheku@gmail.com>
+ * parser.l: Use flex options to suppress generation of the
+ unused functons yyunput and yyinput, thus getting rid of
+ some compiler diagnostics.
+
+2009-11-28 Kaz Kylheku <kkylheku@gmail.com>
+
Code cleanup. All private functions static. Private stuff
in regex module not exposed in header. Etc.