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 // 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 "."
@ -119,7 +121,7 @@ A Getwork F "$getwork"
A GetworkSeq F "$getwork_seq" A GetworkSeq F "$getwork_seq"
A Global N "global_sp" A Global N "global_sp"
A GoalExpansion N "goal_expansion" A GoalExpansion N "goal_expansion"
A HERE N "\n<====HERE====>\n" A HERE N "\n <====HERE====> \n"
A HandleThrow F "$handle_throw" A HandleThrow F "$handle_throw"
A Heap N "heap" A Heap N "heap"
A HeapUsed N "heapused" A HeapUsed N "heapused"
@ -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"
@ -211,7 +213,7 @@ A RecordedP F "$recordep"
A RecordedWithKey F "$recorded_with_key" A RecordedWithKey F "$recorded_with_key"
A RefoundVar F "$I_FOUND_THE_VARIABLE_AGAIN" A RefoundVar F "$I_FOUND_THE_VARIABLE_AGAIN"
A Repeat N "repeat" A Repeat N "repeat"
A RepeatSpace N "repeat" A RepeatSpace N "repeat "
A Reposition N "reposition" A Reposition N "reposition"
A RepresentationError N "representation_error" A RepresentationError N "representation_error"
A Resize N "resize" A Resize N "resize"