* renamed java-specific compproc.inc to jcompproc.inc to prevent timestamp

conflicts when the compiler finds inc/compproc.inc while compiling other
   units later on

git-svn-id: branches/jvmbackend@19828 -
This commit is contained in:
Jonas Maebe 2011-12-12 02:34:04 +00:00
parent af9934cb6c
commit 0e65d01274
3 changed files with 2 additions and 2 deletions

2
.gitattributes vendored
View File

@ -7355,11 +7355,11 @@ rtl/inc/wstrings.inc svneol=native#text/plain
rtl/inc/wustrings.inc svneol=native#text/plain
rtl/java/Makefile svneol=native#text/plain
rtl/java/Makefile.fpc svneol=native#text/plain
rtl/java/compproc.inc svneol=native#text/plain
rtl/java/jastringh.inc svneol=native#text/plain
rtl/java/jastrings.inc svneol=native#text/plain
rtl/java/java_sys.inc svneol=native#text/plain
rtl/java/java_sysh.inc svneol=native#text/plain
rtl/java/jcompproc.inc svneol=native#text/plain
rtl/java/jdk15.inc svneol=native#text/plain
rtl/java/jdk15.pas svneol=native#text/plain
rtl/java/jdynarr.inc svneol=native#text/plain

View File

@ -760,7 +760,7 @@ const
{ documenting compiler proc. is useless, they shouldn't be used by the user anyways }
{$ifndef fpdocsystem}
{$i compproc.inc}
{$i jcompproc.inc}
{$endif fpdocsystem}
{*****************************************************************************