diff options
author | Aleric Inglewood | 2010-09-30 02:17:43 +0200 |
---|---|---|
committer | Aleric Inglewood | 2010-09-30 02:17:43 +0200 |
commit | 5585f21a28019067af2800837d72bab23908f882 (patch) | |
tree | 9c06e1cc63aef19faea1292927f43a93e547c93b /linden/doc | |
parent | Update of doc/contributions.txt (diff) | |
download | meta-impy-5585f21a28019067af2800837d72bab23908f882.zip meta-impy-5585f21a28019067af2800837d72bab23908f882.tar.gz meta-impy-5585f21a28019067af2800837d72bab23908f882.tar.bz2 meta-impy-5585f21a28019067af2800837d72bab23908f882.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | linden/doc/contributions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
44 | VWR-10837 | 44 | VWR-10837 |
45 | VWR-13996 | 45 | VWR-13996 |
46 | SNOW-84 | 46 | SNOW-84 |
47 | SNOW-86 | ||
47 | SNOW-103 | 48 | SNOW-103 |
48 | SNOW-119 | 49 | SNOW-119 |
49 | SNOW-196 | 50 | SNOW-196 |