소스 검색

fixed the warning

alex 25 년 전
부모
커밋
25c328e1de
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      install/demo/quad.pp

+ 2 - 0
install/demo/quad.pp

@@ -79,6 +79,7 @@ Var b           : array[1..nox,1..noy] Of card;
     bgidirec    : string;
     time        : time_record;
 
+{
 Procedure fatal(fcall:String);
 Begin
   textmode(CO80);
@@ -90,6 +91,7 @@ Begin
   readln;
   halt;
 End;
+}
 
 Procedure ginit640x480x16(direc:String);