summaryrefslogtreecommitdiffstats
path: root/groff-1.16-safer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'groff-1.16-safer.patch')
-rw-r--r--groff-1.16-safer.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/groff-1.16-safer.patch b/groff-1.16-safer.patch
index e326c64..de58923 100644
--- a/groff-1.16-safer.patch
+++ b/groff-1.16-safer.patch
@@ -1,14 +1,5 @@
--- groff-1.16/src/roff/troff/input.cc.safer Wed Jun 7 21:47:48 2000
+++ groff-1.16/src/roff/troff/input.cc Wed Jun 7 21:50:37 2000
-@@ -90,6 +90,8 @@
- static int inhibit_errors = 0;
- static int ignoring = 0;
-
-+static int safer_flag = 1; // safer by default
-+
- static void enable_warning(const char *);
- static void disable_warning(const char *);
-
@@ -4404,12 +4406,28 @@
else {
while (!tok.newline() && !tok.eof())
@@ -44,11 +35,3 @@
tok.next();
}
}
-@@ -5669,7 +5687,6 @@
- int tflag = 0;
- int fflag = 0;
- int nflag = 0;
-- int safer_flag = 1; // safer by default
- int no_rc = 0; // don't process troffrc and troffrc-end
- int next_page_number;
- opterr = 0;