X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvalue.h;h=a28b1855bb1ee2acc0fae1a28e2660ac9330ab3d;hb=69dadb9ec8ffda14e4e1758b4cd32b210bd24649;hp=90f8575356a24a873a0dbf4f9df41d60d8fca1ce;hpb=18021ef879fa68dbec546155311d6676653cf7c3;p=pspp-builds.git diff --git a/src/data/value.h b/src/data/value.h index 90f85753..a28b1855 100644 --- a/src/data/value.h +++ b/src/data/value.h @@ -23,6 +23,11 @@ #include #include "xalloc.h" +/* Maximum length of a "short" string, that is represented in + "union value" without a separate pointer. + + This is an implementation detail of the "union value" code. + There is little reason for client code to use it. */ #define MAX_SHORT_STRING 8 /* A numeric or string value.