Changeset 17e58bd in git for misc


Ignore:
Timestamp:
Aug 26, 2010, 5:51:10 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
03901613ac5a5b40f44fd7758528af836672e4e2
Parents:
dc065503edb01817e70a7dc2ab631d728109ffd2
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-08-26 17:51:10+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:27+01:00
Message:
Adding more warnings to the debug build output!
Location:
misc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • misc/auxiliary.h.in

    rdc06550 r17e58bd  
    320320
    321321
     322#define DO_PRAGMA(x) _Pragma (#x)
     323#define TODO(who, msg) DO_PRAGMA(message ("TODO [for " #who "]: " #msg))
     324
     325
     326
     327
    322328
    323329#endif
  • misc/mylimits.h

    rdc06550 r17e58bd  
    1616
    1717#ifdef IRIX
    18 #include "omlimits.h"
     18#include <omlimits.h>
    1919#else
    2020#include <limits.h>
Note: See TracChangeset for help on using the changeset viewer.