Applied a bunch of AIX portability fixes (bug #148813):
2004-07-30 Sven Neumann <sven@gimp.org> Applied a bunch of AIX portability fixes (bug #148813): * configure.in: when testing for Xmu library, link with -lXt -lX11. * app/gui/tips-parser.c * app/gui/user-install-dialog.c * app/tools/tools-enums.h * app/widgets/gimpdasheditor.c * app/widgets/widgets-enums.h * libgimpthumb/gimpthumb-error.h * libgimpwidgets/gimpcolorbutton.c * plug-ins/common/edge.c: removed trailing commas from enums. * plug-ins/common/snoise.c * plug-ins/imagemap/imap_cmd_move.c: no C++ style comments. * app/paint-funcs/paint-funcs-generic.h * app/paint-funcs/paint-funcs.c: use integers for bit fields.
This commit is contained in:
committed by
Sven Neumann
parent
7f60cbf082
commit
c6cbd6d335
@ -47,7 +47,7 @@ typedef enum
|
||||
{
|
||||
TIPS_LOCALE_NONE,
|
||||
TIPS_LOCALE_MATCH,
|
||||
TIPS_LOCALE_MISMATCH,
|
||||
TIPS_LOCALE_MISMATCH
|
||||
} TipsParserLocaleState;
|
||||
|
||||
typedef struct _TipsParser TipsParser;
|
||||
|
||||
Reference in New Issue
Block a user