Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338887
b: refs/heads/master
c: feb8ada
h: refs/heads/master
i:
  338885: b1f81a3
  338883: 545136e
  338879: e7b0dad
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Oct 24, 2012
1 parent b571652 commit 2de9460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 28d213bac4649a1868fa78dab2d3b1ef09235171
refs/heads/master: feb8ada4ea5540ee986b23abd95597118729704c
5 changes: 4 additions & 1 deletion trunk/tools/perf/config/feature-tests.mak
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ define SOURCE_PYTHON_VERSION
#if PY_VERSION_HEX >= 0x03000000
#error
#endif
int main(void){}
int main(void)
{
return 0;
}
endef
define SOURCE_PYTHON_EMBED
#include <Python.h>
Expand Down

0 comments on commit 2de9460

Please sign in to comment.