diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-10-05 18:39:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-10-05 22:36:59 -0700 |
commit | 347c06761a1a01fb1c8bda56bf636d05ffb34b3a (patch) | |
tree | cdee8c275ef5433c9ed8c6771fbc8a9e3048878a /regex.c | |
parent | 60a8fb34e19fda1ca58b70267cb2ccbea29a036e (diff) | |
download | txr-347c06761a1a01fb1c8bda56bf636d05ffb34b3a.tar.gz txr-347c06761a1a01fb1c8bda56bf636d05ffb34b3a.tar.bz2 txr-347c06761a1a01fb1c8bda56bf636d05ffb34b3a.zip |
Version 99.txr-99
* RELNOTES: Updated.
* configure, txr.1: Bumped version.
* share/txr/stdlib/ver.txr: Likewise
* Makefile: Improve binary packaging rules.
* regex.c: #include <stdarg.h> added.
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ #include <dirent.h> #include <limits.h> #include <signal.h> +#include <stdarg.h> #include "config.h" #include "lib.h" #include "parser.h" |