comparison src/disptab.h @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 40db0673e6f0
children a8fa7c632ee4 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
97 97
98 #define SPACEGLYPH 040 98 #define SPACEGLYPH 040
99 #define NULL_GLYPH 00 99 #define NULL_GLYPH 00
100 100
101 #define GLYPH_FROM_CHAR(c) (c) 101 #define GLYPH_FROM_CHAR(c) (c)
102
103 /* arch-tag: d7f792d2-f59c-4904-a91e-91522e3ab349
104 (do not change this comment) */