소스 검색

+ Corrections of error pointed out by Luk Vandelaer

michael 26 년 전
부모
커밋
4ef03db483
2개의 변경된 파일202개의 추가작업 그리고 132개의 파일을 삭제
  1. 199 131
      docs/prog.tex
  2. 3 1
      docs/user.tex

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 199 - 131
docs/prog.tex


+ 3 - 1
docs/user.tex

@@ -3014,10 +3014,12 @@ The collection has reached its maximal size, and you are trying to add
 another element. (objects unit)
 \item [216  General Protection fault]
 You are trying to access memory outside your appointed memory.
-\item [217 Unhandled expetion occurred]
+\item [217 Unhandled exception occurred]
 An exception occurred, and there was no exception handler present.
 The \file{sysutils} unit installs a default exception handler which catches
 all excpetions and exits gracefully.
+\item [227 Assertion failed error]
+An assertion failed, and no AssertErrorProc procedural variable was installed.
 \end{description}
 
 

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.