From afd91a0b6fca36de21489ec4ef5e669c9439e443 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 1 Nov 1996 18:08:53 -0800
Subject: [PATCH] new file

Rev: doc/internal/object/object:1.1
---
 doc/internal/object/object | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 doc/internal/object/object

diff --git a/doc/internal/object/object b/doc/internal/object/object
new file mode 100644
index 0000000000..863de30448
--- /dev/null
+++ b/doc/internal/object/object
@@ -0,0 +1,13 @@
+NAME
+	object - internal representation of an object
+
+DESCRIPTION
+	Pike uses a 'struct object' with all the global variables
+	allocated in the same block to represent the Pike type 'object'.
+	An object without any global variables is only the size of 4 C
+	pointers. (usually 16 bytes) The only important members of the
+	'struct object' are the ref counts and the pointer to the
+	program from which the object was cloned.
+
+KEYWORDS
+	internals
-- 
GitLab