--- ray/src/gen/xform.c 2003/11/16 09:23:46 2.35 +++ ray/src/gen/xform.c 2004/03/28 20:33:12 2.36 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: xform.c,v 2.35 2003/11/16 09:23:46 schorsch Exp $"; +static const char RCSid[] = "$Id: xform.c,v 2.36 2004/03/28 20:33:12 schorsch Exp $"; #endif /* * xform.c - program to transform object files. @@ -54,7 +54,7 @@ static void xfcomm(char *fname, FILE *fin); static void xfobject(char *fname, FILE *fin); static int addxform(FILE *fin); static int alias(FILE *fin); -static void initotypes(void); +void initotypes(void); /* XXX conflict with otypes.h */ static void openmain(char *iname);