X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexstream.cpp;h=1523ca9470ebf2447af87ec8f8dc7e446c58403e;hb=38c2cde0d8695ac5287bae218c4a33a2acf18ef8;hp=f8f298bdafeff2e98e31c2ca565d041cef37ce80;hpb=e30f3d76d2bee0011ceaeb5f0cc221156458cbad;p=lyx.git diff --git a/src/texstream.cpp b/src/texstream.cpp index f8f298bdaf..1523ca9470 100644 --- a/src/texstream.cpp +++ b/src/texstream.cpp @@ -330,7 +330,7 @@ template otexrowstream & operator<< (otexrowstream &, template otexrowstream & operator<< (otexrowstream &, unsigned long); -#ifdef LYX_USE_LONG_LONG +#ifdef HAVE_LONG_LONG_INT template otexrowstream & operator<< (otexrowstream &, unsigned long long); #endif @@ -351,7 +351,7 @@ template otexstream & operator<< (otexstream &, double); template otexstream & operator<< (otexstream &, int); template otexstream & operator<< (otexstream &, unsigned int); template otexstream & operator<< (otexstream &, unsigned long); -#ifdef LYX_USE_LONG_LONG +#ifdef HAVE_LONG_LONG_INT template otexstream & operator<< (otexstream &, unsigned long long); #endif