1992-02-15 22:13:03 +01:00
|
|
|
#if (__STDC__ == 1) || defined(const)
|
1991-04-04 20:19:56 +02:00
|
|
|
const
|
|
|
|
#endif
|
1992-02-13 10:13:54 +01:00
|
|
|
|
1991-04-04 20:19:56 +02:00
|
|
|
/* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
|
1992-02-13 09:33:54 +01:00
|
|
|
|
1991-04-04 20:19:56 +02:00
|
|
|
This file exists only to define `version_string'.
|
1992-02-13 09:33:54 +01:00
|
|
|
|
1991-04-04 20:19:56 +02:00
|
|
|
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:
|
1992-02-13 09:33:54 +01:00
|
|
|
|
|
|
|
Thu Jan 1 00:00:00 1970 Dennis Ritchie (dmr at alice)
|
|
|
|
|
1992-02-13 10:13:54 +01:00
|
|
|
universe.c (temporal_reality): Began Time.
|
1992-02-13 09:33:54 +01:00
|
|
|
*/
|
1991-04-04 20:19:56 +02:00
|
|
|
|
|
|
|
#ifdef VMS
|
|
|
|
dummy3()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
#endif
|
1992-02-13 10:13:54 +01:00
|
|
|
|
|
|
|
char version_string[] = "GNU assembler version 1.91 (Cygnus Support pre-release)\n";
|
|
|
|
|
|
|
|
/* end of version.c */
|