summaryrefslogtreecommitdiff
path: root/listing.c
diff options
context:
space:
mode:
Diffstat (limited to 'listing.c')
-rw-r--r--listing.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/listing.c b/listing.c
index af8a9bf8..570e7fb8 100644
--- a/listing.c
+++ b/listing.c
@@ -124,7 +124,7 @@ static void list_output (long offset, void *data, unsigned long type)
{
long typ, size;
- if (!listp || suppress)
+ if (!listp || suppress || user_nolist) /* fbk - 9/2/00 */
return;
typ = type & OUT_TYPMASK;
@@ -201,6 +201,10 @@ static void list_line (int type, char *line)
{
if (!listp)
return;
+ if (user_nolist){ /* fbk - 9/2/00 */
+ listlineno++;
+ return;
+ }
if (mistack && mistack->inhibiting)
{