mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 00:46:02 +02:00
* Disabled warning for undefined compile time var in mode macpas, since it did not work.
This commit is contained in:
parent
0997316960
commit
afdcfb08ce
@ -424,9 +424,12 @@ implementation
|
||||
end
|
||||
else
|
||||
begin
|
||||
(*
|
||||
// To make this work, there must be some kind of type checking here...
|
||||
if m_mac in aktmodeswitches then
|
||||
Message1(scan_e_error_macro_undefined, result)
|
||||
else
|
||||
*)
|
||||
break;
|
||||
end;
|
||||
|
||||
@ -3348,7 +3351,10 @@ exit_label:
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.103 2005-03-20 22:36:45 olle
|
||||
Revision 1.104 2005-03-28 21:34:36 olle
|
||||
* Disabled warning for undefined compile time var in mode macpas, since it did not work.
|
||||
|
||||
Revision 1.103 2005/03/20 22:36:45 olle
|
||||
* Cleaned up handling of source file extension.
|
||||
+ Added support for .p extension for macos and darwin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user