Changeset 83192d in git for kernel/mod2.h


Ignore:
Timestamp:
Jun 21, 2013, 6:46:15 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
f88e07c79359c9680861c6db7a48478e2119bc60
Parents:
fe2e01ff5d2ee7a642d4a93d187fda61a3204007
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-21 18:46:15+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-09 22:24:33+02:00
Message:
Fixing the including of "config.h"-files before any other headers + include reordering...

fix: also syzextra
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h

    rfe2e01 r83192d  
    99#ifndef MOD2_H
    1010#define MOD2_H
     11
     12#ifndef CXXFLAGS
     13#error "PLEASE '#include \"config.h\"' using before mod2.h!!!"
     14#endif
     15
    1116
    1217#include <misc/auxiliary.h>
Note: See TracChangeset for help on using the changeset viewer.