1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Update documentation tt tag

This commit is contained in:
cosineblast 2024-01-17 20:36:28 -03:00
parent 9c877fa529
commit d4c7cba521

View File

@ -1685,7 +1685,7 @@ void somefunc2(int, char *);
This pragma is used to prevent multiple inclusion of a header file.
If this pragma is preprocessed in a file, any posterior
<tt>#include<tt> which targets the current file will be ignored.
<tt>#include</tt> which targets the current file will be ignored.
Two files are considered to be the same by this directive if they
share the same absolute path. In the case of symbolic links,