cosmetic changes so these modules will work with the strict new naming scheme

This commit is contained in:
Guido van Rossum 1995-01-10 20:56:29 +00:00
parent 6c1874fc2b
commit a597dde3f1
8 changed files with 23 additions and 30 deletions

View file

@ -24,13 +24,10 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/* syslog module */
#include "allobjects.h"
#include "modsupport.h"
#include "Python.h"
#include <syslog.h>
#include "rename1.h"
static PyObject *
syslog_openlog(self, args)
PyObject * self;