From cc67c938ad0d5c608326de9952898e5bf21fbcd2 Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 8 May 2007 18:24:38 +0000 Subject: [PATCH] Make sure ast uses vt_threaded=0 consistent with how sfio is built --- lib/ast/strton.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ast/strton.c b/lib/ast/strton.c index 4d5276812..9fb311159 100644 --- a/lib/ast/strton.c +++ b/lib/ast/strton.c @@ -56,6 +56,9 @@ #include +/* For graphviz, only unthreaded */ +#define vt_threaded 0 + #include "sfhdr.h" #define QL 01 -- 2.40.0