From 7033a84c0629243e5380463614ddadbddeb7cd2d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 24 Jul 2020 12:06:00 -0400 Subject: Fix select #define --- scoop.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scoop.c b/scoop.c index c4a7736..4721c73 100644 --- a/scoop.c +++ b/scoop.c @@ -37,11 +37,11 @@ #include #include -// Curse you, macOS. -#define select select_ - #include "database.h" +// Look I never asked for select(2) to be declared. +#define select select_ + #ifndef SQLITE3_BIN #define SQLITE3_BIN "sqlite3" #endif -- cgit 1.4.1 t();'> dontfiles
summary refs log tree commit diff
Commit message (Expand)Author
2018-02-02Add colorspaces and mirroring to gfxxJune McEnroe
2018-02-01Set auto_pushdJune McEnroe
2018-02-01Uncapitalize "framebuffer"June McEnroe
2018-02-01Add fbattJune McEnroe
2018-02-01Blank framebuffer with sampled background on exitJune McEnroe
2018-02-01Add bin/READMEJune McEnroe
2018-02-01Add license notice to gfxxJune McEnroe
2018-02-01Build any target by defaultJune McEnroe
2018-02-01Remove fb.c and color.cJune McEnroe
2018-02-01Add gfxxJune McEnroe
2018-01-31Map \h to sort includesJune McEnroe
2018-01-31Only load 128 glyphs in fbclockJune McEnroe
2018-01-30Style tweak fbclockJune McEnroe
2018-01-30Remove Tarmak and Colemak keylayoutsJune McEnroe
2018-01-29Generalize hnelJune McEnroe
2018-01-29Remove Tarmak remappings from vimJune McEnroe
2018-01-29Switch back to QWERTY on LinuxJune McEnroe
2018-01-29Take fbclock font in env varJune McEnroe
2018-01-29Support fbclock fonts wider than 8June McEnroe
2018-01-29Take font path on fbclock argvJune McEnroe
2018-01-29Add fbclockJune McEnroe
2018-01-29Remove color from MakefileJune McEnroe
2018-01-29Set t_Co = 8June McEnroe
2018-01-29Add :Q command aliasJune McEnroe
2018-01-29Add setuid target for briJune McEnroe
2018-01-28Add init function to fb interfaceJune McEnroe
2018-01-28Add color.cJune McEnroe