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:
parent
2a89d09add
commit
0041ebc4bd
22 changed files with 22 additions and 22 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
#include <sys/mman.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
#ifdef WAD_SOLARIS
|
||||
#include <sys/elf.h>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
/* Debugging flag */
|
||||
int wad_debug_mode = 0;
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
typedef struct _WadMemory {
|
||||
int npages; /* Number of pages */
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
#include <ar.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
/* Include the proper code for reading the segment map */
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
extern void wad_stab_debug();
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* new_frame()
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* wad_build_vars()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue