codereport / jsource

J Language Source Code. Livestream links ⬇️
https://www.youtube.com/playlist?list=PLVFrD1dmDdvfVhYLU_iKkV67X9XqCJLWe
Other
38 stars 20 forks source link

Remove jfex #172

Closed herwinw closed 3 years ago

herwinw commented 3 years ago

The file was skipped in compilation. Trying to compile it results in errors:

In file included from ../jsrc/jfex.c:18:
../jsrc/jlib.h:4:1: fatal error: unknown type name 'CDPROC'
CDPROC J _stdcall JInit(void);
^
1 error generated.

Trying to fix this really looks like entering the rabbit hole.