Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175403
b: refs/heads/master
c: 3a9a0be
h: refs/heads/master
i:
  175401: 11ae0c8
  175399: 9e30c34
v: v3
  • Loading branch information
Tom Zanussi authored and Ingo Molnar committed Dec 7, 2009
1 parent ae14bf5 commit af99810
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f48f669d42e133db839af16656fd720107ef6742
refs/heads/master: 3a9a0beba2913edaae39ff8b4645fee10c3acf37
3 changes: 0 additions & 3 deletions trunk/tools/perf/util/trace-event-perl.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@

void xs_init(pTHX);

void boot_Perf__Trace__Context(pTHX_ CV *cv);
void boot_DynaLoader(pTHX_ CV *cv);

void xs_init(pTHX)
{
const char *file = __FILE__;
Expand Down
4 changes: 4 additions & 0 deletions trunk/tools/perf/util/trace-event-perl.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ typedef int INTERP;
#define dXSUB_SYS
#define pTHX_
static inline void newXS(const char *a, void *b, const char *c) {}
static void boot_Perf__Trace__Context(pTHX_ CV *cv) {}
static void boot_DynaLoader(pTHX_ CV *cv) {}
#else
#include <EXTERN.h>
#include <perl.h>
void boot_Perf__Trace__Context(pTHX_ CV *cv);
void boot_DynaLoader(pTHX_ CV *cv);
typedef PerlInterpreter * INTERP;
#endif

Expand Down

0 comments on commit af99810

Please sign in to comment.