bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [New module] Persistent Hash Array Mapped Tries (HAMTs)


From: Bruno Haible
Subject: Re: [New module] Persistent Hash Array Mapped Tries (HAMTs)
Date: Sat, 10 Oct 2020 16:54:10 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-189-generic; KDE/5.18.0; x86_64; ; )

Since you define GL_HAMT_THREAD_SAFE to either 0 or 1, you need
to test it through
  #if GL_HAMT_THREAD_SAFE
not
  #ifdef GL_HAMT_THREAD_SAFE

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]