mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 12:19:30 +02:00
* Fixed const name.
git-svn-id: trunk@26704 -
This commit is contained in:
parent
2001609d9f
commit
f3b8fabf1b
@ -1,7 +1,7 @@
|
||||
{$ifdef Delphi}
|
||||
const fpmkunitsrc.inc : array[0..1041] of string[240]=(
|
||||
const fpmkunitsrc : array[0..1041] of string[240]=(
|
||||
{$else Delphi}
|
||||
const fpmkunitsrc.inc : array[0..1041,1..240] of char=(
|
||||
const fpmkunitsrc : array[0..1041,1..240] of char=(
|
||||
{$endif Delphi}
|
||||
'{'#013#010+
|
||||
' This file is part of the Free Pascal Makefile Package'#013#010+
|
||||
|
Loading…
Reference in New Issue
Block a user