On 03/14/2017 01:41 PM, Richard Sandiford wrote:
Martin Sebor <mse...@gmail.com> writes:@@ -373,7 +373,7 @@ example, this code would produce an error:@smallexample #if 0 -You can't expect this to work. +You cannot expect this to work. #endif @end smallexampleSure the maintainers would have caught this, but: the "'" is needed here. The point is that code doesn't tokenise properly.
Great catch, thanks! I'll be sure to fix that if the patch is approved. Martin