Matrix readers - fix memory leaks
[pspp] / src / ui / gui / include / gtk / gtk.in.h
index 1eb802aa2104a0d665457628e51f449818e14716..6bfb3d069b7b4fda5afdb097add54290be42d2a9 100644 (file)
@@ -1,5 +1,5 @@
 /* Wrapper for <gtk/gtk.h>.
-   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012, 2017, 2020 Free Software Foundation, Inc.
 
    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
 #define PSPP_GTK_GTK_H
 
 #if __GNUC__ >= 3
-@PRAGMA_SYSTEM_HEADER@
+%PRAGMA_SYSTEM_HEADER%
 #endif
-@PRAGMA_COLUMNS@
+%PRAGMA_COLUMNS%
 
-#@INCLUDE_NEXT@ @NEXT_GTK_GTK_H@
+#%INCLUDE_NEXT% %NEXT_GTK_GTK_H%
 
 
 #ifndef G_CONST_RETURN
 #define G_CONST_RETURN const
 #endif
 
-
-/* Like GSEAL but only used in PSPP */
-#define PSEAL(X) X
-
 #endif /* PSPP_GTK_GTK_H */