pcb 4.1.1
An interactive printed circuit board layout editor.

dolists.h

Go to the documentation of this file.
00001 #undef REGISTER_ACTIONS
00002 #undef REGISTER_ATTRIBUTES
00003 #undef REGISTER_FLAGS
00004 
00005 #define REGISTER_ACTIONS(a) {extern void HIDCONCAT(register_,a)();HIDCONCAT(register_,a)();}
00006 #define REGISTER_ATTRIBUTES(a) {extern void HIDCONCAT(register_,a)();HIDCONCAT(register_,a)();}
00007 #define REGISTER_FLAGS(a) {extern void HIDCONCAT(register_,a)();HIDCONCAT(register_,a)();}