2
0
Эх сурвалжийг харах

Removed legacy comments

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8013 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 жил өмнө
parent
commit
d394a94a61
1 өөрчлөгдсөн 1 нэмэгдсэн , 5 устгасан
  1. 1 5
      source/FoxScanner.Mod

+ 1 - 5
source/FoxScanner.Mod

@@ -285,11 +285,7 @@ TYPE
 		diagnostics: Diagnostics.Diagnostics;   (* error logging *)
 
 		ch-: CHAR;   (* look-ahead character *)
-		position-: Position;
-		(*
-		position-: LONGINT;   (* current position *)
-		line-: LONGINT;
-		*)
+		position-: Position;  (* current position *)
 
 		error-: BOOLEAN;   (* if error occured during scanning *)