소스 검색

* fixed compilation

git-svn-id: branches/fixes_2_2@12079 -
florian 17 년 전
부모
커밋
c9ee45ea0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      utils/h2pas/scan.pas

+ 1 - 1
utils/h2pas/scan.pas

@@ -1100,7 +1100,7 @@ begin
   86:
                         if NotInCPlusBlock then return(INT64) else skip_until_eol;
   87:
-                        if NotInCPlusBlock then return(REAL) else skip_until_eol;
+                        if NotInCPlusBlock then return(FLOAT) else skip_until_eol;
   88:
                         if NotInCPlusBlock then return(_CONST) else skip_until_eol;
   89: