repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't reference removed files in Makefile
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
module_head
blob
d1fafdc37b2d46412e15e8a9137192edba50db15
1
2
#include "allobjects.h"
3
#include "modsupport.h" /* For getargs() etc. */
4
5
static object *ErrorObject;
6
7
/* ----------------------------------------------------- */