about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-03-27 22:29:29 -0400
committerJune McEnroe <june@causal.agency>2019-03-27 22:29:29 -0400
commitd9007cf783661c34673d9f48a7ccfb176e4cb532 (patch)
treeeccaa899a8dbab28e5859894ab4ba409714386f0
parentAdd FreeCell (diff)
downloadcards-d9007cf783661c34673d9f48a7ccfb176e4cb532.tar.gz
cards-d9007cf783661c34673d9f48a7ccfb176e4cb532.zip
Add feature test macro for GNU in dump
-rw-r--r--dump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dump.c b/dump.c
index 474af92..63ebba3 100644
--- a/dump.c
+++ b/dump.c
@@ -14,6 +14,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define _POSIX_C_SOURCE 2
+
 #include <err.h>
 #include <stdbool.h>
 #include <stdio.h>
=4c6cb6a661e970cf6951f627390f65b59ec8a7de&follow=1'>Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe