Browse Source

* set the namespace of the system unit to org.freepascal.rtl

git-svn-id: branches/jvmbackend@18469 -
Jonas Maebe 14 years ago
parent
commit
d759598c70
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/java/system.pp

+ 2 - 0
rtl/java/system.pp

@@ -16,6 +16,8 @@
 
 Unit system;
 
+{$namespace org.freepascal.rtl}
+
 {*****************************************************************************}
                                     interface
 {*****************************************************************************}