SCM Repository
Annotation of /benchmarks/include/teem-defs.h
Parent Directory
|
Revision Log
Revision 1601 - (view) (download) (as text)
1 : | jhr | 1586 | /*! \file teem-defs.h |
2 : | * | ||
3 : | * \author John Reppy | ||
4 : | * | ||
5 : | * Some common utility definitions for the Teem versions of the benchmarks. | ||
6 : | */ | ||
7 : | |||
8 : | /* | ||
9 : | * COPYRIGHT (c) 2011 The Diderot Project (http://diderot-language.cs.uchicago.edu) | ||
10 : | * All rights reserved. | ||
11 : | */ | ||
12 : | |||
13 : | #ifndef _TEEM_DEFS_H_ | ||
14 : | #define _TEEM_DEFS_H_ | ||
15 : | |||
16 : | #define STATIC_INLINE static inline | ||
17 : | |||
18 : | #endif /* !_TEEM_DEFS_H_ */ |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |