diff options
| author | hpa <hpa> | 2004-08-04 06:16:53 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2004-08-04 06:16:53 +0000 |
| commit | 090ff3d4015be69e5f24e1483d298b53c14a2e57 (patch) | |
| tree | e00f136479429e5e8b69fedfccf420d42065494c /macros.inc | |
| parent | da900b66fdec8f6c4609df2ce72881bd3f6987a8 (diff) | |
| download | syslinux-2.11-pre2.tar.gz | |
Move ASCII macros to macros.incsyslinux-2.11-pre2
Diffstat (limited to 'macros.inc')
| -rw-r--r-- | macros.inc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -103,7 +103,9 @@ ; ; ASCII ; -CR equ 13 -LF equ 10 +CR equ 13 ; Carriage Return +LF equ 10 ; Line Feed +FF equ 12 ; Form Feed +BS equ 8 ; Backspace %endif ; _MACROS_INC |
