Le 21/03/2019 à 15:13, Kornel Benko a écrit :
commit afccaae48a88576645ba65c983e26e86c5969a79
Author: Kornel Benko <[email protected]>
Date:   Thu Mar 21 15:17:24 2019 +0100

     Amend 601244ba92: Use HAVE_LONG_LONG_INT instead of LYX_USE_LONG_LONG
Cmake changes

  #ifdef HAVE_LONG_LONG
  #ifdef SIZEOF_LONG_LONG_GREATER_THAN_SIZEOF_LONG
-#define LYX_USE_LONG_LONG
+#define HAVE_LONG_LONG_INT 1
  #endif
  #endif

I propose to just rename HAVE_LONG_LONG to HAVE_LONG_LONG_INT and be remove the code above.done with it. The test of type sizes is what we want to get rid of.

JMarc

Reply via email to