summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-tests/test-moo-sub2.oo.c
blob: 7b615078b6dd177a3b5d8406ab899b8fa7485f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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--;
}