It's totally bizarre and unnecessary to define a macro in the
middle of a function prototype, so this commit moves it.
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2007, 2010, 2011 Free Software Foundation
+ Copyright (C) 2007, 2010, 2011, 2012 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
int *nvis_children,
int *nvis_secondaries,
int *width,
-
-
-#define PSPPIRE_TYPE_BUTTON_MASK \
- (psppire_button_flags_get_type())
int *height);
+#define PSPPIRE_TYPE_BUTTON_MASK psppire_button_flags_get_type()
+
G_END_DECLS
#endif /* __PSPPIRE_BUTTONBOX_H__ */