GEOS
3.8.0
include
geos
inline.h
1
/**********************************************************************
2
*
3
* GEOS - Geometry Engine Open Source
4
* http://geos.osgeo.org
5
*
6
* Copyright (C) 2005-2006 Refractions Research Inc.
7
*
8
* This is free software; you can redistribute and/or modify it under
9
* the terms of the GNU Lesser General Public Licence as published
10
* by the Free Software Foundation.
11
* See the COPYING file for more information.
12
*
13
**********************************************************************/
14
15
#ifndef GEOS_INLINE_H
16
#define GEOS_INLINE_H
17
18
#ifdef GEOS_INLINE
19
# define INLINE inline
20
#else
21
# define INLINE
22
#endif
23
24
25
#endif // ndef GEOS_INLINE_H
Generated by
1.8.15