소스 검색

* changed identifier of system unit from "System" into "system" to prevent name
clash with Java's "System" (from e.g. System.out.println())

git-svn-id: branches/jvmbackend@18386 -

Jonas Maebe 14 년 전
부모
커밋
9a3714ce42
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/java/system.pp

+ 1 - 1
rtl/java/system.pp

@@ -14,7 +14,7 @@
 
  **********************************************************************}
 
-Unit System;
+Unit system;
 
 {*****************************************************************************}
                                     interface