Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/plugin/gtools.c
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ ST_retcode sf_parse_info (struct StataInfo *st_info, int level)
GTOOLS_GC_ALLOCATED("st_info->transform_cumsum")
GTOOLS_GC_ALLOCATED("st_info->transform_cumsign")
GTOOLS_GC_ALLOCATED("st_info->transform_cumvars")
GTOOLS_GC_ALLOCATED("st_info->transform_aux8_shfit")
GTOOLS_GC_ALLOCATED("st_info->transform_aux8_shift")

GTOOLS_GC_ALLOCATED("st_info->pos_targets")
GTOOLS_GC_ALLOCATED("st_info->statcode")
Expand Down
Loading