White space and comments only. The devo tree prior to this delta is
[deliverable/binutils-gdb.git] / gas / version.c
CommitLineData
0e39a8bb
RP
1#if defined(__STDC__) || defined(const)
2const
3#endif
a39116f1 4 char version_string[] = "GNU assembler version 1.90.1 (Cygnus Support pre-release)\n";
0e39a8bb
RP
5\f
6/* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
a39116f1 7
0e39a8bb 8 This file exists only to define `version_string'.
a39116f1 9
0e39a8bb
RP
10 Log changes in ChangeLog. The easiest way to do this is with
11 the Emacs command `add-change-log-entry'. If you don't use Emacs,
12 add entries of the form:
a39116f1
RP
13
14 Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
15
16 * universe.c (temporal_reality): Began Time.
17 */
0e39a8bb
RP
18
19#ifdef VMS
20dummy3()
21{
22}
23#endif
This page took 0.0392 seconds and 4 git commands to generate.