small fix

Former-commit-id: aebc553e5d
This commit is contained in:
norayr 2015-05-20 15:43:12 +04:00
parent 0c9215f5f2
commit 140439d5ab
2 changed files with 2 additions and 2 deletions

View file

@ -173,7 +173,7 @@ TYPE
JmpBuf* = RECORD
jmpbuf: ARRAY 8 OF LONGINT; (* 8 * 8 = 64 *)
maskWasSaved*: INTEGER;
savedMask*: ARRAY 16 OF LONGINT; ( 16 * 8 = 128 *)
savedMask*: ARRAY 16 OF LONGINT; (* 16 * 8 = 128 *)
END ;
Status* = RECORD (* struct stat *)

View file

@ -173,7 +173,7 @@ TYPE
JmpBuf* = RECORD
jmpbuf: ARRAY 8 OF LONGINT; (* 8 * 8 = 64 *)
maskWasSaved*: INTEGER;
savedMask*: ARRAY 16 OF LONGINT; ( 16 * 8 = 128 *)
savedMask*: ARRAY 16 OF LONGINT; (* 16 * 8 = 128 *)
END ;
Status* = RECORD (* struct stat *)