From e4d3ea05817392017c293fe1aa5906eda1f86d50 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Tue, 23 Dec 2008 02:29:19 -0600 Subject: [PATCH] size-of: Add a Values: clause --- extra/size-of/size-of.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/size-of/size-of.factor b/extra/size-of/size-of.factor index 06a7067636..4f4743c6b6 100644 --- a/extra/size-of/size-of.factor +++ b/extra/size-of/size-of.factor @@ -12,6 +12,8 @@ DEFER: size-of HELP: size-of +Values: HEADERS sequence TYPE string n integer .. + Description: Use 'size-of' to find out the size in bytes of a C type.