Re: Change Include in frontend

Waldek Hebisch <[email protected]>
Newsgroups gmane.comp.compilers.gpc
Message-ID <[email protected]>
Rajat Singh wrote:
> 
> I want to include the files using #include <filename> in GNU PASCAL instead
> of {$INCLUDE}. I am unable to trace where the changes has to happen.
>

Handling include directive is done in file 'gpcpp.c'.  However, GPC
already handles directives of form:

#include "inc1.inc"

and of form

#include <inc1.inc>

(both behave like corresponding C directives).  So what you want
to do?

-- 
                              Waldek Hebisch
[email protected] 

_______________________________________________
Gpc mailing list
[email protected]
https://www.g-n-u.de/mailman/listinfo/gpc
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.