mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
bugfix in gu/seq.h
This commit is contained in:
@@ -74,7 +74,7 @@ gu_buf_data_seq(GuBuf* buf);
|
|||||||
#define gu_buf_get(BUF, T, I) \
|
#define gu_buf_get(BUF, T, I) \
|
||||||
(*gu_buf_index(BUF, T, I))
|
(*gu_buf_index(BUF, T, I))
|
||||||
|
|
||||||
#define gu_buf_set(BUF, T, I) \
|
#define gu_buf_set(BUF, T, I, V) \
|
||||||
GU_BEGIN \
|
GU_BEGIN \
|
||||||
(*gu_buf_index(BUF, T, I) = (V)); \
|
(*gu_buf_index(BUF, T, I) = (V)); \
|
||||||
GU_END
|
GU_END
|
||||||
|
|||||||
Reference in New Issue
Block a user