Browse Source

Fix for msdos, local variable SaveExit must be a CodePointer

git-svn-id: trunk@34267 -
pierre 9 years ago
parent
commit
d957595842
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tstack.pp

+ 1 - 1
tests/test/tstack.pp

@@ -19,7 +19,7 @@ end;
 
 
 
 
 const
 const
-  saveexit : pointer = nil;
+  saveexit : codepointer = nil;
   x : longint = 0;
   x : longint = 0;
 
 
 {$S-}
 {$S-}