comparison lib-src/etags.c @ 7049:47965b6c2195

(print_version): Print VERSION as a string.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Apr 1994 07:08:49 +0000
parents 63ab519f7057
children 6fa038c33a0f
comparison
equal deleted inserted replaced
7048:d4575065e6aa 7049:47965b6c2195
301 301
302 void 302 void
303 print_version () 303 print_version ()
304 { 304 {
305 #ifdef VERSION 305 #ifdef VERSION
306 printf ("%s for Emacs version %g.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION); 306 printf ("%s for Emacs version %s.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION);
307 #else 307 #else
308 printf ("%s for Emacs version 19.\n", (CTAGS) ? "CTAGS" : "ETAGS"); 308 printf ("%s for Emacs version 19.\n", (CTAGS) ? "CTAGS" : "ETAGS");
309 #endif 309 #endif
310 310
311 exit (GOOD); 311 exit (GOOD);