aboutsummaryrefslogtreecommitdiffstats
path: root/core/isolinux.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/isolinux.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/isolinux.asm')
-rw-r--r--core/isolinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm
index a3eb9ee5..a3871835 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -795,7 +795,7 @@ writestr_early equ writestr
; Data that needs to be in the first sector
; -----------------------------------------------------------------------------
-syslinux_banner db CR, LF, 'ISOLINUX ', version_str, ' ', date, ' ', 0
+syslinux_banner db CR, LF, 'ISOLINUX ', VERSION, ' ', DATE_STR, ' ', 0
copyright_str db ' Copyright (C) 1994-', year, ' H. Peter Anvin'
db CR, LF, 0
isolinux_str db 'isolinux: ', 0