diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/include b/dev/include index 1648d5791..5d4872273 100644 --- a/dev/include +++ b/dev/include @@ -24,6 +24,7 @@ #install_printer (* judgement *) ppj;; #install_printer (* hint_db *) print_hint_db;; +#install_printer (* Goal.goal *) ppgoal;; #install_printer (* Goal.goal *) ppgoalgoal;; #install_printer (* metaset.t *) ppmetas;; #install_printer (* evar_map *) ppevm;; |