From d3a94b2d8693f82d632aa7bfe048e211de03a91e Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Tue, 15 Dec 2020 09:51:36 -0800 Subject: [PATCH] gcc says error: C++ style comments are not allowed in ISO C90 --- src/unixcomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unixcomm.c b/src/unixcomm.c index 4edcbee..4a8effd 100644 --- a/src/unixcomm.c +++ b/src/unixcomm.c @@ -7,7 +7,7 @@ Unix Interface Communications */ -// Don't compile this at all under DOS. +/* Don't compile this at all under DOS. */ #ifndef DOS /************************************************************************/