freebsd-dev/gnu/usr.bin/as/version.c

31 lines
630 B
C
Raw Normal View History

#if (__STDC__ == 1) || defined(const)
1993-06-29 09:51:23 +00:00
const
#endif
/* 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
Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
1995-05-30 05:05:38 +00:00
universe.c (temporal_reality): Began Time.
*/
1993-06-29 09:51:23 +00:00
#ifndef lint
1997-02-22 15:48:31 +00:00
static char rcsid[] = "$Id$";
#endif
1993-06-29 09:51:23 +00:00
1997-02-22 15:48:31 +00:00
char version_string[] = "GNU assembler version 1.92.3, FreeBSD $Revision: 1.5 $\n";
1993-06-29 09:51:23 +00:00
#ifdef HO_VMS
1993-06-29 09:51:23 +00:00
dummy3()
{
}
#endif
/* end of version.c */