view macro.h @ 10:800f3a560a3b

move seenfiles to place.c too
author David A. Holland
date Sun, 19 Dec 2010 19:27:14 -0500
parents ee9a66b87c70
children f6177d3ed5c2
line wrap: on
line source

struct place;

void macro_define(struct place *, const char *macro, const char *expansion);
void macro_undef(const char *macro);