From 2497982bbbac59fa4b784d51f51ec66ccc09682d Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 20 Mar 2003 23:37:24 +0000 Subject: [PATCH] add _csv build line --- Modules/Setup.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 0c7722f5dc..efb783eb0c 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -191,6 +191,9 @@ GLHACK=-Dclear=__GLclear # Dynamic readlines #xreadlines xreadlinesmodule.c +# CSV file helper +#_csv _csv.c + # Socket module helper for socket(2) #_socket socketmodule.c -- 2.50.1