From 2163aebcb85e8214869a2c026b3fc5bd9ddac22c Mon Sep 17 00:00:00 2001 From: Jacob Moody Date: Sun, 26 Mar 2023 00:40:45 +0000 Subject: cpp: allow qid version change for #pragma once --- sys/src/cmd/cpp/include.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/src') diff --git a/sys/src/cmd/cpp/include.c b/sys/src/cmd/cpp/include.c index e6e8d7b09..9db5b4f76 100644 --- a/sys/src/cmd/cpp/include.c +++ b/sys/src/cmd/cpp/include.c @@ -13,7 +13,6 @@ static int oncecmp(Once *a, Once *b) { if(a->qid.path == b->qid.path) - if(a->qid.vers == b->qid.vers) if(a->qid.type == b->qid.type) if(a->dev == b->dev) if(a->type == b->type) -- cgit v1.2.3