From 53f71c52ef0749955324e85bf974f4cff5c1ce5a Mon Sep 17 00:00:00 2001 From: Geng Cheng Date: Fri, 21 Mar 2025 14:12:22 +0800 Subject: [PATCH] Update preprocessor.tex --- source/preprocessor.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index 64a6a72ccc..0c3e5d7c99 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -882,13 +882,13 @@ \pnum A resource is a source of data accessible from the translation environment. -A resource has an \gterm{implementation-resource-width}, which is the +A resource has an \defn{implementation-resource-width}, which is the \impldef{size in bits of a resource} size in bits of the resource. -If the \gterm{implementation-resource-width} is not an integral multiple of +If the implementation-resource-width is not an integral multiple of \libmacro{CHAR_BIT}, the program is ill-formed. Let \defn{implementation-resource-count} be -\gterm{implementation-resource-width} divided by \libmacro{CHAR_BIT}. +implementation-resource-width divided by \libmacro{CHAR_BIT}. Every resource also has a \defn{resource-count}, which is \begin{itemize}