Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223978
b: refs/heads/master
c: eccdfe2
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jan 5, 2011
1 parent 4d7f382 commit 528a6c1
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: 6d8afb56300c53a250c6de0f973ef502e54aabf3
refs/heads/master: eccdfe2d245a882feacc4630c9bc29805e9929c8
4 changes: 2 additions & 2 deletions trunk/tools/perf/builtin-script.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ struct script_spec {
char spec[0];
};

LIST_HEAD(script_specs);
static LIST_HEAD(script_specs);

static struct script_spec *script_spec__new(const char *spec,
struct scripting_ops *ops)
Expand Down Expand Up @@ -319,7 +319,7 @@ struct script_desc {
char *args;
};

LIST_HEAD(script_descs);
static LIST_HEAD(script_descs);

static struct script_desc *script_desc__new(const char *name)
{
Expand Down

0 comments on commit 528a6c1

Please sign in to comment.