@@ -67,7 +67,6 @@ var
argc: LongInt = 0;
argv: PPChar;
envp: PPChar;
-// errno: integer;
fake_heap_end: ^byte; cvar; external;
@@ -186,9 +185,6 @@ begin
StackBottom := StackTop - StackLength;
{ OS specific startup }
-{ Set up signals handlers }
-// fpc_cpucodeinit;
-
{ Setup heap }
InitHeap;
SysInitExceptions;
@@ -229,7 +229,7 @@ end;
Misc Functions
****************************************************************************}
-procedure Beep;
+procedure sysBeep;
begin
end;