Skip to content

Commit

Permalink
Remove dependence of jparse/jsemtblgen.h on ../iocccsize.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 committed Aug 28, 2024
1 parent 9df07c5 commit a86c687
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Major changes to the IOCCC entry toolkit


## Release 1.5.2 2024-08-28

Remove dependence of `jparse/jsemtblgen.h` on `../iocccsize.h`.


## Release 1.5.1 2024-08-28

Move `open_json_dir_file()` from `chkentry.c` to `open_dir_file()` in
Expand Down
5 changes: 2 additions & 3 deletions jparse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -941,9 +941,8 @@ jparse.tab.ref.o: ../dbg/dbg.h ../dyn_array/dyn_array.h jparse.h \
json_util.h util.h
jparse_main.o: ../dbg/dbg.h ../dyn_array/dyn_array.h jparse.h jparse.tab.h \
jparse_main.c jparse_main.h json_parse.h json_sem.h json_util.h util.h
jsemtblgen.o: ../dbg/dbg.h ../dyn_array/dyn_array.h ../iocccsize.h jparse.h \
jparse.tab.h jsemtblgen.c jsemtblgen.h json_parse.h json_sem.h \
json_util.h util.h
jsemtblgen.o: ../dbg/dbg.h ../dyn_array/dyn_array.h jparse.h jparse.tab.h \
jsemtblgen.c jsemtblgen.h json_parse.h json_sem.h json_util.h util.h
json_parse.o: ../dbg/dbg.h ../dyn_array/dyn_array.h json_parse.c \
json_parse.h json_util.h util.h
json_sem.o: ../dbg/dbg.h ../dyn_array/dyn_array.h json_parse.h json_sem.c \
Expand Down
5 changes: 0 additions & 5 deletions jparse/jsemtblgen.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@
*/
#include "json_sem.h"

/*
* iocccsize - IOCCC Source Size Tool
*/
#include "../iocccsize.h"

/*
* official jsemtblgen version
*/
Expand Down

0 comments on commit a86c687

Please sign in to comment.