From 7a0db73e6faa349ef6dac9a8c5efe9f95fe4d994 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 4 Jan 2006 23:42:53 +0000 Subject: [PATCH] Remove stray "*/". --- data/c.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/c.m4 b/data/c.m4 index a5c027a2..c4942555 100644 --- a/data/c.m4 +++ b/data/c.m4 @@ -256,7 +256,7 @@ m4_define([b4_token_enums_defines], # as 'cc' doesn't define __STDC__ (or __STDC_VERSION__) for pedantic # reasons, but it defines __C99__FUNC__ so check that as well. # Microsoft C normally doesn't define these macros, but it defines _MSC_VER. -# Consider a C++ compiler to be modern if it defines __cplusplus. */ +# Consider a C++ compiler to be modern if it defines __cplusplus. # m4_define([b4_c_modern], [[(defined (__STDC__) || defined (__C99__FUNC__) \ -- 2.45.2