Changeset a35d3d7 in git for kernel/GBEngine/kutil.h


Ignore:
Timestamp:
May 23, 2016, 5:48:34 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
181bf31ff3cd5591f8ad17307f4c78803ea11f4e
Parents:
bdebb84b7e5e44a3f0d26a19f9d7ad9a6470e0d6
Message:
code cleanup: avoid local definition, use header
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kutil.h

    rbdebb8 ra35d3d7  
    428428int posInT15 (const TSet set,const int length,LObject &p);
    429429int posInT17 (const TSet set,const int length,LObject &p);
     430int posInT17_c (const TSet set,const int length,LObject &p);
    430431int posInT19 (const TSet set,const int length,LObject &p);
    431432int posInT_EcartpLength(const TSet set,const int length,LObject &p);
     433int posInT_EcartFDegpLength(const TSet set,const int length,LObject &p);
     434int posInT_FDegpLength(const TSet set,const int length,LObject &p);
     435int posInT_pLength(const TSet set,const int length,LObject &p);
    432436
    433437#ifdef HAVE_MORE_POS_IN_T
Note: See TracChangeset for help on using the changeset viewer.