Skip to content

Commit 6d42d36

Browse files
committed
FIX: fixed implicit declaration
1 parent 0915feb commit 6d42d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/n-data.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ static int Do_Ordinal(REBVAL *ds, REBINT n)
10661066
if (GET_FLAG(VAL_EVENT_FLAGS(val), EVF_HAS_DATA)) {
10671067
CLR_FLAG(VAL_EVENT_FLAGS(val), EVF_HAS_DATA);
10681068
#ifdef TO_WINDOWS
1069-
gob = OS_Get_Gob_Root();
1069+
gob = OS_GET_GOB_ROOT();
10701070
#endif
10711071
} else {
10721072
gob = VAL_EVENT_SER(val);

0 commit comments

Comments
 (0)