fix stack growth in globals

fix compilation messages


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2277 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2008-06-16 21:22:15 +00:00
parent 1340bc6f05
commit e90f744e5e
6 changed files with 33 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
* File: utilities for displaying messages in YAP. *
* comments: error messages for YAP *
* *
* Last rev: $Date: 2008-06-12 10:55:52 $,$Author: vsc $ *
* Last rev: $Date: 2008-06-16 21:22:15 $,$Author: vsc $ *
* *
* *
*************************************************************************/
@@ -25,7 +25,7 @@
file_location(Prefix) -->
{
prolog_load_context(file, FileName)
},
},
{ '$start_line'(LN) },
file_position(FileName,LN,Prefix),
[ nl ].