summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/gserrors.h')
-rw-r--r--base/gserrors.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/base/gserrors.h b/base/gserrors.h
index 39bb4ed5..d27b1c56 100644
--- a/base/gserrors.h
+++ b/base/gserrors.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2019 Artifex Software, Inc.
+/* Copyright (C) 2001-2020 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -102,6 +102,12 @@ enum gs_error_type {
gs_error_NeedInput = -106,
/*
+ * Internal code to all run_string to request that the data is rerun
+ * using run_file.
+ */
+ gs_error_NeedFile = -107,
+
+/*
* Internal code for a normal exit when usage info is displayed.
* This allows Window versions of Ghostscript to pause until
* the message can be read.