Hello, I checked out a clean copy from SVN. When trying to generate the GSDocs I encountered an error in the processing of a Nested #if directive in the file NSLocale.m. >From what I have found, it looks like from revision 21205 to revision 21209 were introduced some calls in the method parsePreprocessor that think the top of the if stack is a dictionary. When processing the file with the nested #if's it crashes trying to invoke a non-existant method.
I changed the ifstack variable to be a MutableDictionary and it's not crashing anymore. Can anyone validate that this fix is correct ? If so how will it be made on the repository ? Regards
_______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
