Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211272
b: refs/heads/master
c: 0f940cb
h: refs/heads/master
v: v3
  • Loading branch information
Stephane Eranian authored and Arnaldo Carvalho de Melo committed Oct 4, 2010
1 parent 8bd4c73 commit c6af705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c569d3326bca6774f6c23f1dc91acad5400b6409
refs/heads/master: 0f940cb7d970f4fd569bb5f9f49774422f2ccbee
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/trace-event-scripting.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void setup_python_scripting(void)
register_python_scripting(&python_scripting_unsupported_ops);
}
#else
struct scripting_ops python_scripting_ops;
extern struct scripting_ops python_scripting_ops;

void setup_python_scripting(void)
{
Expand Down Expand Up @@ -158,7 +158,7 @@ void setup_perl_scripting(void)
register_perl_scripting(&perl_scripting_unsupported_ops);
}
#else
struct scripting_ops perl_scripting_ops;
extern struct scripting_ops perl_scripting_ops;

void setup_perl_scripting(void)
{
Expand Down

0 comments on commit c6af705

Please sign in to comment.