mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-27 19:38:55 +02:00
added padding.
Sun Mar 3 02:30:05 2002 Tim Janik <timj@gtk.org> * glib/gscanner.h (_GScannerConfig): added padding. * glib/ghook.h (struct _GHook): add two padding pointers.
This commit is contained in:
@@ -154,6 +154,7 @@ struct _GScannerConfig
|
||||
guint char_2_token : 1; /* return G_TOKEN_CHAR? */
|
||||
guint symbol_2_token : 1;
|
||||
guint scope_0_fallback : 1; /* try scope 0 on lookups? */
|
||||
guint padding_dummy;
|
||||
};
|
||||
|
||||
struct _GScanner
|
||||
|
Reference in New Issue
Block a user