mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Implement INCLUDE_ONCE directive (#1481)
Identify files by (device, inode), not by path, so that symlinks, relative paths, case-insensitive paths, or other edge cases do not result in double includes.
This commit is contained in:
3
test/asm/include-once.asm
Normal file
3
test/asm/include-once.asm
Normal file
@@ -0,0 +1,3 @@
|
||||
INCLUDE_ONCE "include-once.inc"
|
||||
INCLUDE_ONCE "include-once.inc"
|
||||
INCLUDE_ONCE "include-link.inc"
|
||||
Reference in New Issue
Block a user