eq, neq, gt, ge, lt, le

This commit is contained in:
Simon Forman
2023-02-06 13:09:37 -08:00
parent 05575d8a08
commit 708e5ad3f5
5 changed files with 309 additions and 249 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ GPERF_OPTS = --readonly-tables --enum --includes --hash-function-name=keyword_ha
joy: ${OBJS} $(STATIC_GCLIB)
joy.o: joy.h
joy.o: joy.h definitions.h
definitions.c: defs.txt convert_defs.py
python convert_defs.py > $@