1--- src/mapline.c.orig 2018-01-02 05:18:40 UTC 2+++ src/mapline.c 3@@ -60,6 +60,8 @@ static int antmap = 1; 4 5 /****************************************************************************** 6 MAPLINEINIT */ 7+char * tag (char []); 8+ 9 int maplineInit (sourcename, ifdefp) char *sourcename; void *ifdefp; 10 { 11 obstack_init (&osMap); 12 13