Skip to content
Snippets Groups Projects
Commit c0bd5464 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

MPOST_ABS: better check -- trunk

parent 47ad14b3
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ typedef int integer;
#define MPOST_ABS abs
#else
/* See source/texk/web2c/w2c/config.h */
#if INTEGER_TYPE == long
#if INTEGER_MAX == LONG_MAX /* this should mean INTEGER_TYPE == long */
#ifdef HAVE_LABS
#define MPOST_ABS labs
#else
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment