blob: c3d2ce7919a5fd6d8a729554d7d4a97af34dcfb9 (
plain)
1
2
3
4
5
|
/* Copyright (C) 2007 Free Software Foundation
Contributed by Ollie Wild <aaw@google.com> */
static unsigned offset[] = {__COUNTER__, __COUNTER__, __COUNTER__};
#define counter __COUNTER__
|