[BACK]Return to version.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / patch

Diff for /src/usr.bin/patch/Attic/version.c between version 1.2 and 1.3

version 1.2, 1996/06/10 11:21:35 version 1.3, 1997/09/22 05:45:28
Line 11 
Line 11 
 #include "patchlevel.h"  #include "patchlevel.h"
 #include "version.h"  #include "version.h"
   
   #ifdef __GNUC__
   void my_exit() __attribute__((noreturn));
   #else
 void my_exit();  void my_exit();
   #endif
   
 /* Print out the version number and die. */  /* Print out the version number and die. */
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3