mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 03:02:57 +02:00
- removed unnecessary APPTYPE CONSOLE
This commit is contained in:
parent
fe75fd970d
commit
2162dd621a
@ -2,9 +2,10 @@
|
||||
{ Submitted by "Alexey Barkovoy" on 2004-10-05 }
|
||||
{ e-mail: clootie@ixbt.com }
|
||||
program Project1;
|
||||
{$APPTYPE CONSOLE}
|
||||
|
||||
{$MODE DELPHI}
|
||||
{$INLINE ON}
|
||||
|
||||
uses
|
||||
uw3340;
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
{ Submitted by "Marek Mauder" on 2004-12-29 }
|
||||
{ e-mail: pentar@seznam.cz }
|
||||
program ErrorGen;
|
||||
{$APPTYPE CONSOLE}
|
||||
|
||||
{$ifdef fpc}{$mode delphi}{$endif}
|
||||
type
|
||||
TEnum = (
|
||||
|
Loading…
Reference in New Issue
Block a user