Browse Source

Revert unintentional change.

git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@880 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler 17 years ago
parent
commit
67d8237453
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SourceFileUnit.pas

+ 2 - 2
SourceFileUnit.pas

@@ -1877,7 +1877,7 @@ begin
 				Line [P] := '''';
 		until P <= 0;
 		repeat
-			P := Pos ('', Line);
+			P := Pos ('´', Line);
 			if P > 0 then
 				Line [P] := '''';
 		until P <= 0;
@@ -2158,7 +2158,7 @@ begin
 				Line [P] := '''';
 		until P <= 0;
 		repeat
-			P := Pos ('', Line);
+			P := Pos ('´', Line);
 			if P > 0 then
 				Line [P] := '''';
 		until P <= 0;