Skip to content

missing semicolon in rts/Linker.c

--- /home/rwbarton/dist/ghc4/rts/Linker.c	2013-09-12 00:02:00.000000000 -0400
+++ /tmp/Linker.c	2013-09-12 00:14:57.000000000 -0400
@@ -1706,7 +1706,7 @@
             return v;
         }
     }
-    v = dlsym(hdl, symbol)
+    v = dlsym(hdl, symbol);
     RELEASE_LOCK(&dl_mutex);
     return v;
 }

The missing ; is harmless when LOCK_DEBUG is not defined, because then the expansion of RELEASE_LOCK starts with a ; token.

Trac metadata
Trac field Value
Version 7.7
Type Bug
TypeOfFailure OtherFailure
Priority normal
Resolution Unresolved
Component Runtime System
Test case
Differential revisions
BlockedBy
Related
Blocking
CC
Operating system
Architecture
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information