mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-27 17:27:15 +01:00
+ add mode objfpc to avoid problems if compiling from IDE dir
This commit is contained in:
parent
cbede72cd0
commit
624224ddab
@ -24,6 +24,9 @@
|
|||||||
- locals dependend upper/lowercase routines
|
- locals dependend upper/lowercase routines
|
||||||
- extend the interface
|
- extend the interface
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{$mode objfpc}
|
||||||
|
|
||||||
unit regexpr;
|
unit regexpr;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
@ -590,7 +593,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2000-07-30 14:58:04 sg
|
Revision 1.4 2002-01-22 13:13:14 pierre
|
||||||
|
+ add mode objfpc to avoid problems if compiling from IDE dir
|
||||||
|
|
||||||
|
Revision 1.3 2000/07/30 14:58:04 sg
|
||||||
* Added modifications by Markus Kaemmerer:
|
* Added modifications by Markus Kaemmerer:
|
||||||
- Unit now compiles with Delphi
|
- Unit now compiles with Delphi
|
||||||
- Removed debug output when not compiled with -dDEBUG
|
- Removed debug output when not compiled with -dDEBUG
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user