mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
eliminated extraneous "register" qualifiers in variable declarations.
Mon Jan 4 20:58:50 1999 Tim Janik <timj@gtk.org> * gscanner.c: eliminated extraneous "register" qualifiers in variable declarations. * gmain.c: #undef events and revents which may have been defined in sys/poll.h for SVR3,4 compatibility on some AIX systems. fix been provided by Philippe Defert <Philippe.Defert@cern.ch>.
This commit is contained in:
4
gmain.c
4
gmain.c
@@ -28,7 +28,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef GLIB_HAVE_SYS_POLL_H
|
||||
#include <sys/poll.h>
|
||||
# include <sys/poll.h>
|
||||
# undef events /* AIX 4.1.5 & 4.3.2 define this for SVR3,4 compatibility */
|
||||
# undef revents /* AIX 4.1.5 & 4.3.2 define this for SVR3,4 compatibility */
|
||||
#endif /* GLIB_HAVE_SYS_POLL_H */
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
Reference in New Issue
Block a user