home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / cctools / as / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-06  |  467 b   |  21 lines

  1. char version_string[] = "GNU assembler version 1.38\n";
  2.  
  3. /* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
  4.  
  5.    This file exists only to define `version_string'.
  6.  
  7.    Log changes in ChangeLog.  The easiest way to do this is with
  8.    the Emacs command `add-change-log-entry'.  If you don't use Emacs,
  9.    add entries of the form:
  10.  
  11. Thu Jan  1 00:00:00 1970  Dennis Ritchie  (dmr at alice)
  12.  
  13.     * universe.c (temporal_reality): Began Time.
  14. */
  15.  
  16. #ifdef VMS
  17. dummy3()
  18. {
  19. }
  20. #endif
  21.