* 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 -
This commit is contained in:
Jonas Maebe 2011-08-20 07:55:15 +00:00
parent d8191d48ab
commit 9a3714ce42

View File

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