tackling #include
This commit is contained in:
@ -6,6 +6,6 @@ procedure hello3 is
|
||||
|
||||
Compiler: C.Compiler;
|
||||
begin
|
||||
Compiler.Feed ("#include 'abc.txt'");
|
||||
Compiler.Feed ("#include ""abc.txt""");
|
||||
Compiler.End_Feed;
|
||||
end hello3;
|
||||
|
Reference in New Issue
Block a user