don't split on space, just on tabs.

This commit is contained in:
Vítor Santos Costa 2008-12-29 00:14:24 +00:00
parent 73373e1ca5
commit 065882ffb8

View File

@ -1,6 +1,8 @@
//
// Atoms are of the form A Name Normal,FullLookup,String
// Notice that no spaces are allowed
// Fields are TAB spaced
// 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
// A Dot N "."
@ -136,7 +138,7 @@ A Integer N "integer"
A InternalCompilerError N "internal_compiler_error"
A Key N "key"
A LDLibraryPath N "LD_LIBRARY_PATH"
A LONGINT A "LongInt"
A LONGINT N "LongInt"
A LT N "<"
A LastExecuteWithin F "$last_execute_within"
A Leash F "$leash"