* lib/stack.h: Fix typo in comments.
+2020-12-26 Bruno Haible <bruno@clisp.org>
+
+ stack: Fix typo in comments.
+ * lib/stack.h: Fix typo in comments.
+
2020-12-26 Bruno Haible <bruno@clisp.org>
bitset: Fix conflict with 'free-posix' module.
After including this file, these names will be undefined.
Before including this file, you also need to include:
- #include "<stdbool.h>"
- #include "<stdlib.h>"
+ #include <stdbool.h>
+ #include <stdlib.h>
#include "assure.h"
#include "xalloc.h"
*/