Fixup CPP comments

pull/244/head
Lennart Spitzner 2019-06-23 23:02:41 +02:00 committed by GitHub
parent 1b02393a9d
commit 1608163b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,9 +57,9 @@ layoutExpr lexpr@(L _ expr) = do
briDocByExactInlineOnly "HsRecFld" lexpr briDocByExactInlineOnly "HsRecFld" lexpr
#if MIN_VERSION_ghc(8,6,0) /* ghc-8.6 */ #if MIN_VERSION_ghc(8,6,0) /* ghc-8.6 */
HsOverLabel _ext _reboundFromLabel name -> HsOverLabel _ext _reboundFromLabel name ->
#elif MIN_VERSION_ghc(8,2,0) /* ghc-8.2 */ #elif MIN_VERSION_ghc(8,2,0) /* ghc-8.2 8.4 */
HsOverLabel _reboundFromLabel name -> HsOverLabel _reboundFromLabel name ->
#else #else /* ghc-8.0 */
HsOverLabel name -> HsOverLabel name ->
#endif #endif
let label = FastString.unpackFS name let label = FastString.unpackFS name