summaryrefslogtreecommitdiff
path: root/gpdl/pwgtop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpdl/pwgtop.c')
-rw-r--r--gpdl/pwgtop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpdl/pwgtop.c b/gpdl/pwgtop.c
index fbf860e2e..a8d628695 100644
--- a/gpdl/pwgtop.c
+++ b/gpdl/pwgtop.c
@@ -717,5 +717,6 @@ const pl_interp_implementation_t pwg_implementation = {
pwg_impl_report_errors,
pwg_impl_dnit_job,
pwg_impl_deallocate_interp_instance,
- NULL
+ NULL, /* pwg_impl_reset */
+ NULL /* interp_client_data */
};