--- ray/src/cv/rad2mgf.c 1998/10/14 14:48:04 2.15 +++ ray/src/cv/rad2mgf.c 2003/06/08 12:03:09 2.17 @@ -1,9 +1,6 @@ -/* Copyright (c) 1995 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: rad2mgf.c,v 2.17 2003/06/08 12:03:09 schorsch Exp $"; #endif - /* * Convert Radiance scene description to MGF */ @@ -11,6 +8,9 @@ static char SCCSid[] = "$SunId$ LBL"; #include "standard.h" #include #include +#include + +#include "platform.h" #include "object.h" #include "color.h" #include "lookup.h" @@ -21,8 +21,6 @@ int o_face(), o_cone(), o_sphere(), o_ring(), o_cylind int o_instance(), o_illum(); int o_plastic(), o_metal(), o_glass(), o_dielectric(), o_mirror(), o_trans(), o_light(); - -extern int free(); LUTAB rmats = LU_SINIT(free,NULL); /* defined material table */