21 lines
387 B
C
21 lines
387 B
C
/*
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
*/
|
|
#include "ack.h"
|
|
#include "list.h"
|
|
#include "trans.h"
|
|
|
|
#ifndef NORCSID
|
|
static char rcs_id[] = "$Header$" ;
|
|
#endif
|
|
|
|
#undef EXTERN
|
|
#define EXTERN
|
|
|
|
#include "data.h"
|
|
|
|
#ifndef NORCSID
|
|
static char rcs_data[] = RCS_DATA ;
|
|
#endif
|