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

@ -2,7 +2,7 @@ The WAD Developers Guide
David Beazley (beazley@cs.uchicago.edu)
$Header$
$Id$
1. Introduction

View file

@ -7,7 +7,7 @@
*
* Copyright (C) 2001. University of Chicago. All rights reserved.
*
* $Header$
* $Id$
* ----------------------------------------------------------------------------- */
#include <stdio.h>

View file

@ -27,7 +27,7 @@
#include "Python.h"
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* These are the python exception objects we will add
SegFault, BusError, AbortError */

View file

@ -29,7 +29,7 @@
#include "wad.h"
#include "Python.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
typedef struct {
PyObject_HEAD

View file

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

View file

@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
See the file COPYING for a complete copy of the LGPL.
$Header$
$Id$
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!! DISCLAIMER !!!!!!!!

View file

@ -28,7 +28,7 @@
#include "wad.h"
#include <signal.h>
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* Handler function */
static void handler(int signo, WadFrame *frame, char *ret) {

View file

@ -21,7 +21,7 @@
*
* See the file COPYING for a complete copy of the LGPL.
* ----------------------------------------------------------------------------- */
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
extern "C" void tclwadinit();

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()