head	1.1;
access;
symbols;
locks
	amk:1.1; strict;
comment	@# @;


1.1
date	96.06.20.21.31.23;	author amk;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@
static $abbrev$Object *
$abbrev$_New()
{
	$abbrev$Object *self;
	
	self = PyObject_NEW($abbrev$Object, &$Abbrev$Type);
	if (self == NULL)
		return NULL;
	/* Initialition macro */
#ifdef $abbrev$_New_impl
	$abbrev$_New_impl(self)
#else
	$abbrev$_New_(self)
#endif
	return self;
}
@
