This commit was manufactured by cvs2svn to create tag 'cnrisync'.
[python/dscho.git] / Python / getplatform.c
blob01e683588f8ecce3ae16eceb9096da8c3ca65dfe
1 #ifndef PLATFORM
2 #define PLATFORM "unknown"
3 #endif
5 char *
6 getplatform()
8 return PLATFORM;