diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /gnu/usr.bin/gas/version.c |
initial import of NetBSD tree
Diffstat (limited to 'gnu/usr.bin/gas/version.c')
-rw-r--r-- | gnu/usr.bin/gas/version.c | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/usr.bin/gas/version.c b/gnu/usr.bin/gas/version.c new file mode 100644 index 00000000000..71e48061267 --- /dev/null +++ b/gnu/usr.bin/gas/version.c @@ -0,0 +1,30 @@ +#if (__STDC__ == 1) || defined(const) +const +#endif + +/* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE. + + This file exists only to define `version_string'. + + 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. + */ + +#ifndef lint +static char rcsid[] = "$Id: version.c,v 1.1 1995/10/18 08:39:00 deraadt Exp $"; +#endif + +char version_string[] = "GNU assembler version 1.92.3, NetBSD $Revision: 1.1 $\n"; + +#ifdef HO_VMS +dummy3() +{ +} +#endif + +/* end of version.c */ |