Parent Directory
|
Revision Log
|
Patch
revision 981 by johnpye, Fri Nov 24 03:58:49 2006 UTC | revision 982 by johnpye, Thu Dec 21 03:18:54 2006 UTC | |
---|---|---|
# | Line 22 | Line 22 |
22 | by John Pye, Oct 2006 | by John Pye, Oct 2006 |
23 | */ | */ |
24 | ||
25 | #ifndef WITH_PYTHON | |
26 | # error "Can't build 'extpy' without WITH_PYTHON set" | |
27 | #else | |
28 | ||
29 | #include <Python.h> | #include <Python.h> |
30 | ||
31 | #include <stdio.h> | #include <stdio.h> |
# | Line 378 int extpy_import(const struct FilePath * | Line 382 int extpy_import(const struct FilePath * |
382 | return 0; | return 0; |
383 | } | } |
384 | ||
385 | #endif /* WITH_PYTHON */ | |
386 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |