Minor source formatting fixes.

This commit is contained in:
Raymond Hettinger 2003-04-16 18:40:04 +00:00
parent e04ee70a68
commit 954bcf5fe0

View file

@ -67,7 +67,7 @@
/* ---------------------------------------------------------------*/
#include "Python.h"
#include <time.h> // for seeding to current time
#include <time.h> /* for seeding to current time */
/* Period parameters -- These are all magic. Don't change. */
#define N 624