Merge branch 'master' of yap.dcc.fc.up.pt:yap-6

This commit is contained in:
Paulo Moura 2010-11-27 00:13:34 +00:00
commit 04949ddb37

View File

@ -1036,6 +1036,8 @@ file_name_extension(A1,A2,F) :-
atom_codes(A2, S2), atom_codes(A2, S2),
( (
S2 = [0'.|_] %' S2 = [0'.|_] %'
;
A2 = ''
-> ->
atom_concat(A1, A2, F) atom_concat(A1, A2, F)
; ;