mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-10-31 17:04:42 +00:00
Remove unneeded extern declarations.
This commit is contained in:
parent
ea056f1fbb
commit
1b7b198039
28
Symbol.pas
28
Symbol.pas
@ -320,34 +320,6 @@ var
|
||||
tablePoolSize: 0..maxint; {number of tables in pool}
|
||||
tablePoolMaxSize: 0..maxint; {max number of tables in pool}
|
||||
|
||||
{- Imported from expression.pas --------------------------------}
|
||||
|
||||
procedure GenerateCode (tree: tokenPtr); extern;
|
||||
|
||||
{ generate code from a fully formed expression tree }
|
||||
{ }
|
||||
{ parameters: }
|
||||
{ tree - top of the expression tree to generate code from }
|
||||
{ }
|
||||
{ variables: }
|
||||
{ expressionType - result type of the expression }
|
||||
|
||||
|
||||
function UsualUnaryConversions: baseTypeEnum; extern;
|
||||
|
||||
{ performs the usual unary conversions }
|
||||
{ }
|
||||
{ inputs: }
|
||||
{ expressionType - type of the operand }
|
||||
{ }
|
||||
{ result: }
|
||||
{ The base type of the operation to perform is returned. }
|
||||
{ Any conversion code necessary has been generated. }
|
||||
{ }
|
||||
{ outputs: }
|
||||
{ expressionType - set to result type }
|
||||
|
||||
|
||||
{- Imported from CGC.pas ---------------------------------------}
|
||||
|
||||
procedure CnvSC (rec: realrec); extern;
|
||||
|
Loading…
Reference in New Issue
Block a user