force all files to end in "/* end of filename"
[platform/upstream/binutils.git] / gas / version.c
1 #if defined(__STDC__) || 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 #ifdef VMS
19 dummy3()
20 {
21 }
22 #endif
23
24 char version_string[] = "GNU assembler version 1.91 (Cygnus Support pre-release)\n";
25
26 /* end of version.c */