From d8370d797b63e83c9891cc87213c9a8fe14d7933 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 19 Aug 1987 18:13:19 +0000 Subject: [PATCH] do not accept p flag --- lang/m2/comp/options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/m2/comp/options.c b/lang/m2/comp/options.c index f0e15df6c..4a44db9db 100644 --- a/lang/m2/comp/options.c +++ b/lang/m2/comp/options.c @@ -41,7 +41,6 @@ DoOption(text) case 'L': /* no fil/lin */ case 'R': /* no range checks */ - case 'p': /* call procentry/procexit */ case 'n': /* no register messages */ case 'x': /* every name global */ case 's': /* symmetric: MIN(INTEGER) = -MAX(INTEGER) */ -- 2.34.1