BSD 4_3_Net_2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 17 Jan 1991 04:49:06 +0000 (20:49 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 17 Jan 1991 04:49:06 +0000 (20:49 -0800)
Work on file usr/src/usr.bin/gas/version.c

Synthesized-from: CSRG/cd2/net.2

usr/src/usr.bin/gas/version.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/gas/version.c b/usr/src/usr.bin/gas/version.c
new file mode 100644 (file)
index 0000000..f94d3f4
--- /dev/null
@@ -0,0 +1,23 @@
+#if defined(__STDC__) || defined(const)
+const
+#endif
+char version_string[] = "GNU assembler version 1.38\n";
+\f
+/* 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.
+*/
+
+#ifdef VMS
+dummy3()
+{
+}
+#endif