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:
Tim Janik
2002-03-03 03:15:10 +00:00
committed by Tim Janik
parent d7dd9aefd8
commit c467e0fef2
13 changed files with 54 additions and 0 deletions

View File

@@ -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