summary refs log tree commit diff
path: root/.bin/xx.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-09-12 20:28:18 -0400
committerJune McEnroe <june@causal.agency>2016-09-12 20:28:18 -0400
commiteff75f09cc52603d90ace1205ba8c8de9be2c8a3 (patch)
tree349b31ae53c84d40ac8ba367420f36c4a530e8d1 /.bin/xx.c
parentPrevent offset from xx when reading zero (diff)
downloadsrc-eff75f09cc52603d90ace1205ba8c8de9be2c8a3.tar.gz
src-eff75f09cc52603d90ace1205ba8c8de9be2c8a3.zip
Compile xx.c with clang specifically
Diffstat (limited to '')
-rwxr-xr-x.bin/xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bin/xx.c b/.bin/xx.c
index 7ffadd7f..867ef8e4 100755
--- a/.bin/xx.c
+++ b/.bin/xx.c
@@ -1,5 +1,5 @@
 #if 0
-exec ${CC:-cc} -Weverything -Wno-vla $CFLAGS -o $(dirname $0)/xx $0
+exec clang -Weverything -Wno-vla $@ -o $(dirname $0)/xx $0
 #endif
 
 #include <ctype.h>
ect'>Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe