fix syntax errors
This commit is contained in:
parent
bc291ed08b
commit
d2dceb91d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -150,3 +150,4 @@ yap-6.3.workspace
|
|||||||
YAP.project
|
YAP.project
|
||||||
sublime
|
sublime
|
||||||
*.tmp
|
*.tmp
|
||||||
|
CBlocks
|
@ -1,11 +1,4 @@
|
|||||||
:- module('$char_type',[
|
%:- module('$char_type',[]).
|
||||||
op(1150, fx, block)
|
|
||||||
%dif/2,
|
|
||||||
%when/2,
|
|
||||||
%block/1,
|
|
||||||
%wait/1,
|
|
||||||
%frozen/2
|
|
||||||
]).
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@defgroup CharacterCodes Character Encoding and Manipulation.
|
@defgroup CharacterCodes Character Encoding and Manipulation.
|
||||||
|
@ -213,7 +213,7 @@ compose_message(Term, Level) -->
|
|||||||
main_message( Term, Level, LC ),
|
main_message( Term, Level, LC ),
|
||||||
[nl,nl].
|
[nl,nl].
|
||||||
|
|
||||||
location(error(syntax_error(syntax_error(_,between(_,LN,_),FileName,_))), _ ) -->
|
location(error(syntax_error(syntax_error(_,between(_,LN,_),FileName,_)), _), _ ) -->
|
||||||
!,
|
!,
|
||||||
[ '~a:~d:0: ' - [FileName,LN] ] .
|
[ '~a:~d:0: ' - [FileName,LN] ] .
|
||||||
location(error(style_check(style_check(_,LN,FileName,_ ) ),_), _ ) -->
|
location(error(style_check(style_check(_,LN,FileName,_ ) ),_), _ ) -->
|
||||||
|
Reference in New Issue
Block a user