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

31 lines
689 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.
1993-06-29 09:51:23 +00:00
This file exists only to define `version_string'.
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:
Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
universe.c (temporal_reality): Began Time.
*/
1993-06-29 09:51:23 +00:00
#ifndef lint
static char rcsid[] = "$Id: version.c,v 1.2 1993/11/03 00:52:27 paul Exp $";
#endif
1993-06-29 09:51:23 +00:00
char version_string[] = "GNU assembler version 1.92.3, FreeBSD $Revision: 1.2 $\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 */