From cc0d2264e03e3e64539c53ffa7b6735fde6c86d7 Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 20 Sep 2002 15:58:44 +0000 Subject: change the string ??) in a comment to ?) since the former is an ISO C trigraph (and those are a royal pain :( ) git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@118 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- src/GeneralizedPolynomial-Uniform/template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/GeneralizedPolynomial-Uniform/template.c b/src/GeneralizedPolynomial-Uniform/template.c index 3a09a34..92b3d3b 100644 --- a/src/GeneralizedPolynomial-Uniform/template.c +++ b/src/GeneralizedPolynomial-Uniform/template.c @@ -569,7 +569,7 @@ int FUNCTION_NAME(/***** coordinate system *****/ * FIXME: right now this is used as (eg) RATIONAL(1.0,2.0); * it might be cleaner if it were RATIONAL(1,2) with the * preprocessor ## operator used to glue on the .0 - * (I _think_ this is portable, but is it really??) + * (I _think_ this is portable, but is it really?) */ #define RATIONAL(num,den) (num/den) -- cgit v1.2.3