Changeset 17e58bd in git
- Timestamp:
- Aug 26, 2010, 5:51:10 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- 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
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
coeffs/Makefile.in
rdc06550 r17e58bd 86 86 87 87 CCG = ${CC} 88 CXXG = ${CXX} 88 CXXG = ${CXX} -Wextra -Wall -pedantic -fdiagnostics-show-option 89 89 OBJSG1 := $(CXXSOURCES:.cc=.og) 90 90 -
coeffs/config.h.in
rdc06550 r17e58bd 2 2 #define memcpy4 memcpy 3 3 4 5 #pragma GCC diagnostic ignored "-Wunused-parameter" 6 #pragma GCC diagnostic ignored "-Wunused-variable" -
misc/auxiliary.h.in
rdc06550 r17e58bd 320 320 321 321 322 #define DO_PRAGMA(x) _Pragma (#x) 323 #define TODO(who, msg) DO_PRAGMA(message ("TODO [for " #who "]: " #msg)) 324 325 326 327 322 328 323 329 #endif -
misc/mylimits.h
rdc06550 r17e58bd 16 16 17 17 #ifdef IRIX 18 #include "omlimits.h"18 #include <omlimits.h> 19 19 #else 20 20 #include <limits.h>
Note: See TracChangeset
for help on using the changeset viewer.