summaryrefslogtreecommitdiff
path: root/src/packrat.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/packrat.adb')
-rw-r--r--src/packrat.adb11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/packrat.adb b/src/packrat.adb
new file mode 100644
index 0000000..e78d0ae
--- /dev/null
+++ b/src/packrat.adb
@@ -0,0 +1,11 @@
+
+
+package body Packrat is
+
+
+ package body Errors is separate;
+
+
+end Packrat;
+
+