Changeset 0e23a08 in git
- Timestamp:
- May 5, 2010, 5:15:35 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 3b1a8d2d42c74cbc3f3f8b25288fd7d79934d0d4
- Parents:
- 619c8f4c750d08b19c641d05930cbd41c317b39c
- git-author:
- Martin Lee <martinlee84@web.de>2010-05-05 17:15:35+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:52:52+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
coeffs/Makefile.in
r619c8f r0e23a08 35 35 CXXFLAGS = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE} 36 36 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions 37 CPPFLAGS = -I${srcdir} -I${includedir} -I${srcdir}/../misc/ 37 CPPFLAGS = -I${srcdir} -I${includedir} -I${srcdir}/../misc/ -I${srcdir}/../resource/ 38 38 DEFS = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H 39 39 -
misc/aux.h
r619c8f r0e23a08 29 29 // #endif 30 30 31 static const int MAX_INT_LEN= 11; 32 typedef void* ADDRESS; 31 33 32 34 #if (SIZEOF_LONG == 8) … … 70 72 #endif 71 73 74 72 75 #endif /* _MISC_AUX_H */ 73 76
Note: See TracChangeset
for help on using the changeset viewer.