Revert "Implement INCLUDE_ONCE directive (#1481)"

This reverts commit 5f07095f6d.
This commit is contained in:
Rangi42
2024-09-08 11:30:31 -04:00
parent 5f07095f6d
commit 8cd0e66297
8 changed files with 8 additions and 62 deletions

View File

@@ -2158,17 +2158,7 @@ calls infinitely (or until you run out of memory, whichever comes first).
INCLUDE "irq.inc"
.Ed
.Pp
You may also ensure a file only gets included once by using
.Ic INCLUDE_ONCE
instead of
.Ic INCLUDE .
This will skip including a file if it has already been included before (with
.Ic INCLUDE ,
.Ic INCLUDE_ONCE ,
or
.Fl P ) .
.Pp
You can implicitly
You may also implicitly
.Ic INCLUDE
a file before the source file with the
.Fl P