Sync usage with man page.
[netbsd-mini2440.git] / gnu / lib / libg++ / g++-include / Incremental.h
blob9b6bb3f8947b6153e9b50b5526da606679cd6649
1 #ifndef Incremental_h
2 #ifdef __GNUG__
3 #pragma once
4 #pragma interface
5 #endif
6 #define Incremental_h
7 #define DECLARE_INIT_FUNCTION(USER_INIT_FUNCTION) \
8 static void USER_INIT_FUNCTION (); extern void (*_initfn)(); \
9 static struct xyzzy { xyzzy () {_initfn = USER_INIT_FUNCTION;}; \
10 ~xyzzy () {};} __2xyzzy;
11 #else
12 #error Incremental.h was not the first file included in this module
13 #endif