summaryrefslogtreecommitdiff
path: root/core/ldlinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-07 15:00:56 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-07 15:00:56 -0700
commitfd40500625723610a9abe7fb20775da4d88ca4dc (patch)
treea53d4c44c0a622e7855ad5d01f4faf97f2f64e36 /core/ldlinux.asm
parentca32f3d1846facf0e8c669e58bbacf5b50affe52 (diff)
downloadsyslinux-fd40500625723610a9abe7fb20775da4d88ca4dc.tar.gz
Drop macros that just point to other macros
Drop macros for "date" and "version_str", which are nothing but redefined names of macros we already define (DATE_STR and VERSION).
Diffstat (limited to 'core/ldlinux.asm')
-rw-r--r--core/ldlinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ldlinux.asm b/core/ldlinux.asm
index 2be865da..8fed9b37 100644
--- a/core/ldlinux.asm
+++ b/core/ldlinux.asm
@@ -588,7 +588,7 @@ syslinux_banner db 0Dh, 0Ah
%else
db 'SYSLINUX '
%endif
- db version_str, ' ', date, ' ', 0
+ db VERSION, ' ', DATE_STR, ' ', 0
db 0Dh, 0Ah, 1Ah ; EOF if we "type" this in DOS
align 8, db 0