]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* (all): add cvsid tags
authorDJ Delorie <dj@redhat.com>
Tue, 8 Aug 2000 00:59:08 +0000 (00:59 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 8 Aug 2000 00:59:08 +0000 (00:59 +0000)
* Makefile.in: generate version.c from ChangeLog, add splash.o
* splash.o: new
* res.rc: add splash screen

state.cc
tar.cc

index 23502c22056f1a05411d753d0fd4b573f1daae49..ccac2e942663c2f31660b6a102e6b5e1a8baf535 100644 (file)
--- a/state.cc
+++ b/state.cc
@@ -15,5 +15,7 @@
 
 /* All we do here is instantiate the extern'd variables from state.h */
 
+static char *cvsid = "\n%%% $Id$\n";
+
 #define extern
 #include "state.h"
diff --git a/tar.cc b/tar.cc
index b8ba7f5afb5dd53916f8e8996451446cafd15b59..dcd505e365c9fee1b6d72882867b9859507ec60b 100644 (file)
--- a/tar.cc
+++ b/tar.cc
@@ -15,6 +15,8 @@
 
 /* Built-in tar functionality.  See tar.h for usage. */
 
+static char *cvsid = "\n%%% $Id$\n";
+
 #include "win32.h"
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.029569 seconds and 5 git commands to generate.