projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ae2a6
)
Don't include vsnprintf.h any more, because gnulib has now absorbed it
author
Ben Pfaff
<blp@gnu.org>
Thu, 22 Feb 2007 23:34:17 +0000
(23:34 +0000)
committer
Ben Pfaff
<blp@gnu.org>
Thu, 22 Feb 2007 23:34:17 +0000
(23:34 +0000)
into string.h.
src/libpspp/ChangeLog
patch
|
blob
|
history
src/libpspp/str.h
patch
|
blob
|
history
diff --git
a/src/libpspp/ChangeLog
b/src/libpspp/ChangeLog
index 2123df7ea21c634daee281edaf6e25776bcc2b86..d7dacd049b48e41a370b1f451a1651ad2431c952 100644
(file)
--- a/
src/libpspp/ChangeLog
+++ b/
src/libpspp/ChangeLog
@@
-1,3
+1,8
@@
+2007-02-22 Ben Pfaff <blp@gnu.org>
+
+ * string.h: Don't include vsnprintf.h any more, because gnulib has
+ now absorbed it into string.h.
+
Thu Feb 22 12:25:52 CET 2007 John Darrington <john@darrington.wattle.id.au>
* syntax-gen.h syntax-gen.c: New files.
diff --git
a/src/libpspp/str.h
b/src/libpspp/str.h
index 5a67fc8b556512df5669dd075626624b4a00827f..e70a645428e6928fdf1bb98c140e912db96f2f07 100644
(file)
--- a/
src/libpspp/str.h
+++ b/
src/libpspp/str.h
@@
-27,7
+27,6
@@
#include "compiler.h"
#include "memcasecmp.h"
-#include "vsnprintf.h"
#include "xvasprintf.h"
\f
/* Miscellaneous. */