home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / gas / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-17  |  520 b   |  24 lines

  1. #if defined(__STDC__) || defined(const)
  2. const
  3. #endif
  4. char version_string[] = "GNU assembler version 1.38\n";
  5.  
  6. /* DO NOT PUT COMMENTS ABOUT CHANGES IN THIS FILE.
  7.  
  8.    This file exists only to define `version_string'.
  9.  
  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:
  13.  
  14. Thu Jan  1 00:00:00 1970  Dennis Ritchie  (dmr at alice)
  15.  
  16.     * universe.c (temporal_reality): Began Time.
  17. */
  18.  
  19. #ifdef VMS
  20. dummy3()
  21. {
  22. }
  23. #endif
  24.