sasagawa888 / nprolog

interpreter and compiler to be compatible with ARITY/PROLOG(MS-DOS)
Other
76 stars 5 forks source link

segmentation fault #54

Closed sasagawa888 closed 4 years ago

sasagawa888 commented 4 years ago

?- my_member(A,[1,2,3]). A = 1 ; A = 2 ; A = 3 ; Segmentation fault (core dumped)

sasagawa888 commented 4 years ago

Fixed it.