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