comparison config.arg.h @ 376:201acf925788

changed config.arg.h - I really need the 4th tag
author Anselm R. Garbe <arg@10kloc.org>
date Mon, 28 Aug 2006 12:27:00 +0200
parents 615b8b2e9457
children b1159a638d0a
comparison
equal deleted inserted replaced
375:71e7b272f3d7 376:201acf925788
2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> 2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
3 * See LICENSE file for license details. 3 * See LICENSE file for license details.
4 */ 4 */
5 5
6 #define TAGS \ 6 #define TAGS \
7 const char *tags[] = { "work", "net", "fnord", NULL }; 7 const char *tags[] = { "dev", "work", "net", "fnord", NULL };
8 8
9 #define DEFMODE dotile /* dofloat */ 9 #define DEFMODE dotile /* dofloat */
10 #define FLOATSYMBOL "><>" 10 #define FLOATSYMBOL "><>"
11 #define TILESYMBOL "[]=" 11 #define TILESYMBOL "[]="
12 12