[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Confuse-devel] [PATCH 2/4] tests: C++ style comments are not allowed in
From: |
Carlo Marcelo Arenas Belon |
Subject: |
[Confuse-devel] [PATCH 2/4] tests: C++ style comments are not allowed in ISO C90 |
Date: |
Sun, 4 Jan 2009 00:09:32 -0800 |
remove code which was commented out using "C++" style and that is
not supported by ISO C90, resulting otherwise in an error if ANSI
is required
Signed-off-by: Carlo Marcelo Arenas Belon <address@hidden>
---
tests/suite_validate.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tests/suite_validate.c b/tests/suite_validate.c
index 710016c..a914bfa 100644
--- a/tests/suite_validate.c
+++ b/tests/suite_validate.c
@@ -98,7 +98,6 @@ void validate_setup(void)
cfg_opt_t multi_opts[] =
{
CFG_INT_LIST("speeds", 0, CFGF_NONE),
-
//{"speeds",CFGT_INT,0,0,CFGF_LIST,0,{0,0,cfg_false,0,0},0,0,0,validate_speed,0},
CFG_SEC("options", action_opts, CFGF_NONE),
CFG_END()
};