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 int
$abbrev$_print($abbrev$Object *self, FILE *fp, int flags)
{
	/* XXXX Add code here to print self to fp */
#ifdef $abbrev$_print_impl
	$abbrev$_print_impl(self, fp, flags)
#else
	$abbrev$_print_(self, fp, flags)
#endif
}
@
