1993-11-03 00:56:24 +00:00
|
|
|
#if (__STDC__ == 1) || defined(const)
|
1993-06-29 09:51:23 +00:00
|
|
|
const
|
|
|
|
#endif
|
|
|
|
|
1993-11-03 00:56:24 +00:00
|
|
|
/* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
|
1995-05-30 05:05:38 +00:00
|
|
|
|
1993-06-29 09:51:23 +00:00
|
|
|
This file exists only to define `version_string'.
|
1995-05-30 05:05:38 +00:00
|
|
|
|
1993-06-29 09:51:23 +00:00
|
|
|
Log changes in ChangeLog. The easiest way to do this is with
|
|
|
|
the Emacs command `add-change-log-entry'. If you don't use Emacs,
|
|
|
|
add entries of the form:
|
1995-05-30 05:05:38 +00:00
|
|
|
|
1993-11-03 00:56:24 +00:00
|
|
|
Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
|
1995-05-30 05:05:38 +00:00
|
|
|
|
1993-11-03 00:56:24 +00:00
|
|
|
universe.c (temporal_reality): Began Time.
|
|
|
|
*/
|
1993-06-29 09:51:23 +00:00
|
|
|
|
1993-11-03 00:56:24 +00:00
|
|
|
#ifndef lint
|
1995-05-30 05:05:38 +00:00
|
|
|
static char rcsid[] = "$Id: version.c,v 1.3 1994/02/14 21:18:05 nate Exp $";
|
1993-11-03 00:56:24 +00:00
|
|
|
#endif
|
1993-06-29 09:51:23 +00:00
|
|
|
|
1995-05-30 05:05:38 +00:00
|
|
|
char version_string[] = "GNU assembler version 1.92.3, FreeBSD $Revision: 1.3 $\n";
|
1993-06-29 09:51:23 +00:00
|
|
|
|
1993-11-03 00:56:24 +00:00
|
|
|
#ifdef HO_VMS
|
1993-06-29 09:51:23 +00:00
|
|
|
dummy3()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
#endif
|
1993-11-03 00:56:24 +00:00
|
|
|
|
|
|
|
/* end of version.c */
|