Remove non-UTF-8 character (this is a NO-BREAK SPACE character, encoded in ISO-8859-1) to fix build failure with 'glib-mkenums' in GLib 2.54.2+. Patch from . --- a/libgnome/gnome-config.h 2009-04-23 04:29:13.000000000 -0500 +++ b/libgnome/gnome-config.h 2017-10-04 02:17:22.000000000 -0500 @@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char #define gnome_config_private_clean_key(path) \ (gnome_config_clean_key_((path),TRUE)) -/* returns the true filename of the config file */ +/* returns the true filename of the config file */ #define gnome_config_get_real_path(path) \ (g_build_filename (gnome_user_dir_get(),(path),NULL)) #define gnome_config_private_get_real_path(path) \ on value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/records.scm
AgeCommit message (Expand)Author
2020-01-16records: Improve reporting of "invalid field specifier" errors....Ludovic Courtès
2019-03-30records: Support custom 'this' identifiers....Ludovic Courtès
2019-03-25records: Allow thunked fields to refer to 'this-record'....Ludovic Courtès
2019-01-22records: Detect duplicate field initializers....Ludovic Courtès
2018-08-31records: Adjust to test changes in 'record-abi-mismatch-error'....Ludovic Courtès
2018-05-23records: Insert record type ABI checks in constructors....Ludovic Courtès