# HG changeset patch # User diego # Date 1126019176 0 # Node ID d4936ecaba905c08d6ef7e5c374b9f8acf6d165a # Parent 89cdb3b541e294fa3f6074fd5737235a67630a94 Wrong comment after #endif. Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu > diff -r 89cdb3b541e2 -r d4936ecaba90 common.h --- a/common.h Sun Aug 14 15:42:40 2005 +0000 +++ b/common.h Tue Sep 06 15:06:16 2005 +0000 @@ -102,7 +102,7 @@ typedef signed long long int64_t; typedef unsigned long long uint64_t; # endif /* other OS */ -#endif /* HAVE_INTTYPES_H */ +#endif /* EMULATE_INTTYPES */ #ifndef INT16_MIN #define INT16_MIN (-0x7fff-1)