1 /* Declarations for objects of type $name$ */
5 /* XXXX Add your own stuff here */
8 staticforward typeobject $Abbrev$type;
10 #define is_$abbrev$object(v) ((v)->ob_type == &$Abbrev$type)
12 /* ---------------------------------------------------------------- */