Changeset 0e23a08 in git


Ignore:
Timestamp:
May 5, 2010, 5:15:35 PM (13 years ago)
Author:
Martin Lee <martinlee84@…>
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
Message:
changes to aux.h and Makefile.in
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    r619c8f r0e23a08  
    3535CXXFLAGS        = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE}
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    37 CPPFLAGS        = -I${srcdir} -I${includedir} -I${srcdir}/../misc/
     37CPPFLAGS        = -I${srcdir} -I${includedir} -I${srcdir}/../misc/ -I${srcdir}/../resource/
    3838DEFS            = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H
    3939
  • misc/aux.h

    r619c8f r0e23a08  
    2929// #endif
    3030
     31static const int MAX_INT_LEN= 11;
     32typedef void* ADDRESS;
    3133
    3234#if (SIZEOF_LONG == 8)
     
    7072#endif
    7173
     74
    7275#endif /* _MISC_AUX_H */
    7376
Note: See TracChangeset for help on using the changeset viewer.