Skip to content

Commit e9fac0c

Browse files
committed
remove outdated comment
1 parent 658b2c1 commit e9fac0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rtdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset */
204204
/* initialization export */
205205
#ifdef RT_USING_COMPONENTS_INIT
206206
typedef int (*init_fn_t)(void);
207-
#ifdef _MSC_VER /* we do not support MS VC++ compiler */
207+
#ifdef _MSC_VER
208208
#pragma section("rti_fn$f",read)
209209
#if RT_DEBUG_INIT
210210
struct rt_init_desc

0 commit comments

Comments
 (0)