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
|
|
@ -2,7 +2,7 @@ The WAD Developers Guide
|
|||
|
||||
David Beazley (beazley@cs.uchicago.edu)
|
||||
|
||||
$Header$
|
||||
$Id$
|
||||
|
||||
1. Introduction
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Copyright (C) 2001. University of Chicago. All rights reserved.
|
||||
*
|
||||
* $Header$
|
||||
* $Id$
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
#include "wad.h"
|
||||
#include "Python.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "wad.h"
|
||||
|
||||
static char cvs[] = "$Header$";
|
||||
static char cvs[] = "$Id$";
|
||||
|
||||
extern "C" void pywadinit();
|
||||
|
||||
|
|
|
|||
|
|
@ -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 !!!!!!!!
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
|
|
@ -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