


    /* EPC Imp to C Translation Release 4 Version Apr 95 */


#include "imptoc.h"

/* Copyright (c) 1991 Edinburgh Portable Compilers Ltd. All Rights Reserved.  */
/***/
/** modified 15/02/92 - added dwarf version                                  */
/** modified 31/08/90 - first version - defines the compiler Release         */
/***/
#define Impversion ("EPC IMP80 Version 4.30\n")
/***/
#define F77copyrighttext ("Copyright (c) 1991 EPCL.  All Rights Reserved.")
/***/
#define Reldate ("\n15/04/93\n")
 
/***/
/** dwarf version is used by elf puts for the at_producer attribute in       */
/** compile_unit debug information entries. This information MUST be         */
/** updated whenever the version info is changed. The 4 fields will          */
/** will be required by edb/                                                 */
/***/
static char dwarfversion [61]="EPC Fortran77 (88000) 2.6.6";

/* end of automatic translation */

