don't split on space, just on tabs.
This commit is contained in:
parent
73373e1ca5
commit
065882ffb8
@ -1,6 +1,8 @@
|
|||||||
//
|
//
|
||||||
// Atoms are of the form A Name Normal,FullLookup,String
|
// Fields are TAB spaced
|
||||||
// Notice that no spaces are allowed
|
// Atoms are of the form A Name Normal,FullLookup String
|
||||||
|
// Functors are of the form F Name Atom Arity
|
||||||
|
// Terms are of the form T FullName Atom
|
||||||
//
|
//
|
||||||
// This is supported by YAP directly
|
// This is supported by YAP directly
|
||||||
// A Dot N "."
|
// A Dot N "."
|
||||||
@ -136,7 +138,7 @@ A Integer N "integer"
|
|||||||
A InternalCompilerError N "internal_compiler_error"
|
A InternalCompilerError N "internal_compiler_error"
|
||||||
A Key N "key"
|
A Key N "key"
|
||||||
A LDLibraryPath N "LD_LIBRARY_PATH"
|
A LDLibraryPath N "LD_LIBRARY_PATH"
|
||||||
A LONGINT A "LongInt"
|
A LONGINT N "LongInt"
|
||||||
A LT N "<"
|
A LT N "<"
|
||||||
A LastExecuteWithin F "$last_execute_within"
|
A LastExecuteWithin F "$last_execute_within"
|
||||||
A Leash F "$leash"
|
A Leash F "$leash"
|
||||||
|
Reference in New Issue
Block a user