Mercurial > hg > xemacs-beta
diff src/specifier.c @ 3662:b880e45ea63b
[xemacs-hg @ 2006-11-06 19:35:43 by aidan]
Fix the Windows and non-DEBUG_XEMACS builds--thank you Vin.
author | aidan |
---|---|
date | Mon, 06 Nov 2006 19:35:45 +0000 |
parents | 98af8a976fc3 |
children | 08749d050663 |
line wrap: on
line diff
--- a/src/specifier.c Sun Nov 05 22:51:28 2006 +0000 +++ b/src/specifier.c Mon Nov 06 19:35:45 2006 +0000 @@ -3809,7 +3809,9 @@ DEFSUBR (Fcanonicalize_tag_set); DEFSUBR (Fdevice_matches_specifier_tag_set_p); DEFSUBR (Fdefine_specifier_tag); +#ifdef DEBUG_XEMACS DEFSUBR (Fdevice_matching_specifier_tag_list); +#endif /* DEBUG_XEMACS */ DEFSUBR (Fspecifier_tag_list); DEFSUBR (Fspecifier_tag_device_predicate); DEFSUBR (Fspecifier_tag_charset_predicate);