Replace cvs $ with svn $

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10001 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-10-17 21:33:57 +00:00
commit 0041ebc4bd
22 changed files with 22 additions and 22 deletions

View file

@ -26,7 +26,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
#include <sys/mman.h>

View file

@ -27,7 +27,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
char *wad_cplus_demangle(WadSymbol *ws) {
static char buffer[4096];

View file

@ -28,7 +28,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
#ifdef WAD_SOLARIS
#include <sys/elf.h>

View file

@ -27,7 +27,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* Debugging flag */
int wad_debug_mode = 0;

View file

@ -28,7 +28,7 @@
#include "wad.h"
#include <stdarg.h>
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* Utility functions used to generate strings that are guaranteed not to
rely upon malloc() and related functions */

View file

@ -31,7 +31,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
typedef struct _WadMemory {
int npages; /* Number of pages */

View file

@ -36,7 +36,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
#include <ar.h>

View file

@ -26,7 +26,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* Maximum number of return points */
#define WAD_NUMBER_RETURN 128

View file

@ -32,7 +32,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* Include the proper code for reading the segment map */

View file

@ -26,7 +26,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
extern void wad_stab_debug();

View file

@ -27,7 +27,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* stabs data structure. This appears to be somewhat universal. */
typedef struct Stab {

View file

@ -26,7 +26,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* -----------------------------------------------------------------------------
* new_frame()

View file

@ -29,7 +29,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* Hash table containing stab strings and such */
typedef struct stringtype {

View file

@ -31,7 +31,7 @@
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* -----------------------------------------------------------------------------
* wad_build_vars()