blob: 7b615078b6dd177a3b5d8406ab899b8fa7485f76 [file] [log] [blame]
#include <config.h>
/* Specification. */
#include "test-moo-sub2.h"
#include <stdio.h>
#pragma implementation
void
sub2::begin_indent (sub2_t x)
{
x->indent++;
}
void
sub2::end_indent (sub2_t x)
{
x->indent--;
}