From 5585f21a28019067af2800837d72bab23908f882 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 30 Sep 2010 02:17:43 +0200 Subject: SNOW-86: Dangerous macro leads to possible wrong code See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile. --- linden/doc/contributions.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/doc') diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt index 7417399..c7e3794 100644 --- a/linden/doc/contributions.txt +++ b/linden/doc/contributions.txt @@ -44,6 +44,7 @@ Aleric Inglewood VWR-10837 VWR-13996 SNOW-84 + SNOW-86 SNOW-103 SNOW-119 SNOW-196 -- cgit v1.1