Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / as / version.c
1 #if (__STDC__ == 1) || defined(const)
2 const
3 #endif
4
5 /* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
6
7    This file exists only to define `version_string'.
8
9    Log changes in ChangeLog.  The easiest way to do this is with
10    the Emacs command `add-change-log-entry'.  If you don't use Emacs,
11    add entries of the form:
12
13    Thu Jan  1 00:00:00 1970  Dennis Ritchie  (dmr at alice)
14
15    universe.c (temporal_reality): Began Time.
16    */
17
18 #ifndef lint
19 static char rcsid[] = "$FreeBSD: src/gnu/usr.bin/as/version.c,v 1.8 1999/09/06 07:28:25 peter Exp $";
20 #endif
21
22 char version_string[] = "GNU assembler version 1.92.3,\n$FreeBSD: src/gnu/usr.bin/as/version.c,v 1.8 1999/09/06 07:28:25 peter Exp $\n";
23
24 #ifdef HO_VMS
25 dummy3()
26 {
27 }
28 #endif
29
30 /* end of version.c */