mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 11:29:36 +00:00
Handle missing newline at EOF for linkerscript INCLUDEd files (#1691)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
section "a", rom0
|
||||
db $11
|
||||
@@ -0,0 +1,3 @@
|
||||
rom0
|
||||
org 0
|
||||
"a" ; no newline
|
||||
@@ -0,0 +1,2 @@
|
||||
section "b", rom0
|
||||
db $22
|
||||
@@ -0,0 +1,3 @@
|
||||
rom0
|
||||
org 1
|
||||
"b" ; yes newline
|
||||
@@ -0,0 +1 @@
|
||||
"
|
||||
@@ -0,0 +1,2 @@
|
||||
include "script-include/a.inc"
|
||||
include "script-include/b.inc"
|
||||
Reference in New Issue
Block a user