Browse Source

* removed path from output, was there only for debugging

peter 26 years ago
parent
commit
b5075769be
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/comphook.pas

+ 5 - 2
compiler/comphook.pas

@@ -220,7 +220,7 @@ begin
              hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+': '+hs
                  +tostr(status.currentcolumn)+': '
            else
-             hs:=status.currentsourcepath+'/'+status.currentsource+'('+tostr(status.currentline)
+             hs:=status.currentsource+'('+tostr(status.currentline)
                  +','+tostr(status.currentcolumn)+') '+hs;
          end
         else
@@ -261,7 +261,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.14  1999-01-14 21:47:09  peter
+  Revision 1.15  1999-01-15 12:27:23  peter
+    * removed path from output, was there only for debugging
+
+  Revision 1.14  1999/01/14 21:47:09  peter
     * status.currentmodule is now also updated
     + status.currentsourcepath